#664BCC

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

Shades of Slate Blue #664BCC

Tints of Slate Blue #664BCC

Color information

#664BCC (or 0x664BCC) is unknown color: approx Slate Blue. HEX triplet: 66, 4B and CC. RGB value is (102,75,204). Sum of RGB (Red+Green+Blue) = 102+75+204=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #664BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664BCC is #99B433. Grayscale: #616161. Windows color (decimal): -10073140 or 13388646. OLE color: 13388646.

HSL color Cylindrical-coordinate representation of color #664BCC: hue angle of 252.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #664BCC is Cyan = 0.5, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10275204-
CMYK0.50.6300.2
HSL252.56º55.84%54.71%-
HSV(B)252.56º63.24%80%-
XYZ18.8912.2258.49-
YUV97.78187.95131.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.77%
GREEN value IS 75 (29.69% from 255) = 19.69%
BLUE value IS 204 (80.08% from 255) = 53.54%
R=26.77%
G=19.69%
B=53.54%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal102752040.50.6300.2252.5655.8454.71
Hex664BCC323F014fd3837
Octal14611331462770243757067
Binary110011010010111100110011001011111101010011111101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664BCC; }

 p { color: rgb(102,75,204); }

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

<style>
 a { background-color: #664BCC; }

 a { background-color: rgb(102,75,204); }

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

<style>
 span { border-color: #664BCC; }

 span { border-color: rgb(102,75,204); }

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