#6650ca

Color #6650CA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6650CA

Tints of Slate Blue #6650CA

Color information

#6650CA (or 0x6650CA) is unknown color: approx Slate Blue. HEX triplet: 66, 50 and CA. RGB value is (102,80,202). Sum of RGB (Red+Green+Blue) = 102+80+202=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #6650CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6650CA is #99AF35. Grayscale: #646464. Windows color (decimal): -10071862 or 13258854. OLE color: 13258854.

HSL color Cylindrical-coordinate representation of color #6650CA: hue angle of 250.82º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6650CA is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10280202-
CMYK0.500.6000.21
HSL250.82º53.51%55.29%-
HSV(B)250.82º60.4%79.22%-
XYZ19.0112.8357.35-
YUV100.49185.29129.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 26.56%
GREEN value IS 80 (31.64% from 255) = 20.83%
BLUE value IS 202 (79.30% from 255) = 52.60%
R=26.56%
G=20.83%
B=52.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102802020.500.6000.21250.8253.5155.29
Hex6650CA323C015fb3637
Octal14612031262740253736667
Binary110011010100001100101011001011110001010111111011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6650ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6650ca; }

 p { color: rgb(102,80,202); }

 H1.HeaderClassName
 {
   color: #6650ca;
 }
 .AnyTagClassName
 {
   color: #6650ca;
 }
</style>
background-color css

<style>
 a { background-color: #6650ca; }

 a { background-color: rgb(102,80,202); }

 div.DivClassName
 {
   background-color: #6650ca;
 }
 .BgClassName
 {
   background-color: #6650ca;
 }
</style>
border-color css

<style>
 span { border-color: #6650ca; }

 span { border-color: rgb(102,80,202); }

 td.TdClassName
 {
   border-color: #6650ca;
 }
 .TagClassName
 {
   border-color: #6650ca;
 }
</style>