#6645CD

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

Shades of Slate Blue #6645CD

Tints of Slate Blue #6645CD

Color information

#6645CD (or 0x6645CD) is unknown color: approx Slate Blue. HEX triplet: 66, 45 and CD. RGB value is (102,69,205). Sum of RGB (Red+Green+Blue) = 102+69+205=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #6645CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6645CD is #99BA32. Grayscale: #5D5D5D. Windows color (decimal): -10074675 or 13452646. OLE color: 13452646.

HSL color Cylindrical-coordinate representation of color #6645CD: hue angle of 254.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6645CD is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10269205-
CMYK0.500.6600.20
HSL254.56º57.63%53.73%-
HSV(B)254.56º66.34%80.39%-
XYZ18.6311.4958.99-
YUV94.37190.43133.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.13%
GREEN value IS 69 (27.34% from 255) = 18.35%
BLUE value IS 205 (80.47% from 255) = 54.52%
R=27.13%
G=18.35%
B=54.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102692050.500.6600.20254.5657.6353.73
Hex6645CD3242014ff3a36
Octal146105315621020243777266
Binary1100110100010111001101110010100001001010011111111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6645CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6645CD; }

 p { color: rgb(102,69,205); }

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

<style>
 a { background-color: #6645CD; }

 a { background-color: rgb(102,69,205); }

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

<style>
 span { border-color: #6645CD; }

 span { border-color: rgb(102,69,205); }

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