#6644ca

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

Shades of Slate Blue #6644CA

Tints of Slate Blue #6644CA

Color information

#6644CA (or 0x6644CA) is unknown color: approx Slate Blue. HEX triplet: 66, 44 and CA. RGB value is (102,68,202). Sum of RGB (Red+Green+Blue) = 102+68+202=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 202 (79.30% from 255 or 54.30% from 372); Max value from RGB is 202 - color contains mainly: blue. Hex color #6644CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6644CA is #99BB35. Grayscale: #5C5C5C. Windows color (decimal): -10074934 or 13255782. OLE color: 13255782.

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

Color convert

RGB10268202-
CMYK0.500.6600.21
HSL255.22º55.83%52.94%-
HSV(B)255.22º66.34%79.22%-
XYZ18.2111.2257.08-
YUV93.44189.26134.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.42%
GREEN value IS 68 (26.95% from 255) = 18.28%
BLUE value IS 202 (79.30% from 255) = 54.30%
R=27.42%
G=18.28%
B=54.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102682020.500.6600.21255.2255.8352.94
Hex6644CA3242015ff3835
Octal146104312621020253777065
Binary1100110100010011001010110010100001001010111111111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6644ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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