#6646CA

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

Shades of Slate Blue #6646CA

Tints of Slate Blue #6646CA

Color information

#6646CA (or 0x6646CA) is unknown color: approx Slate Blue. HEX triplet: 66, 46 and CA. RGB value is (102,70,202). Sum of RGB (Red+Green+Blue) = 102+70+202=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #6646CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6646CA is #99B935. Grayscale: #5E5E5E. Windows color (decimal): -10074422 or 13256294. OLE color: 13256294.

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

Color convert

RGB10270202-
CMYK0.500.6500.21
HSL254.55º55.46%53.33%-
HSV(B)254.55º65.35%79.22%-
XYZ18.3311.4757.12-
YUV94.62188.6133.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.27%
GREEN value IS 70 (27.73% from 255) = 18.72%
BLUE value IS 202 (79.30% from 255) = 54.01%
R=27.27%
G=18.72%
B=54.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102702020.500.6500.21254.5555.4653.33
Hex6646CA3241015ff3735
Octal146106312621010253776765
Binary1100110100011011001010110010100000101010111111111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6646CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6646CA; }

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

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

<style>
 a { background-color: #6646CA; }

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

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

<style>
 span { border-color: #6646CA; }

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

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