Html Css Color HEX #664DCC Slate Blue

📋 copy color: '#664DCC'

red 102 ◦ green 77 ◦ blue 204

#664DCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #664DCC

Tints of Slate Blue #664DCC

RGB

 RED value IS 102 (40.23% from 255) = 26.63%

 GREEN value IS 77 (30.47% from 255) = 20.1%

 BLUE value IS 204 (80.08% from 255) = 53.26%

R = 26.63%
G = 20.1%
B = 53.26%

CMYK

 C value IS 0.5

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#664DCC (or 0x664DCC) is known color: Slate Blue. HEX triplet: 66, 4D and CC. RGB value is (102,77,204). Sum of RGB (Red+Green+Blue) = 102+77+204=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #664DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664DCC is #99B233. Grayscale: #626262. Windows color (decimal): -10072628 or 13389158. OLE color: 13389158.

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

Color convert

RGB 102 77 204 -
CMYK 0.5 0.62 0 0.2
HSL 251.81º 0.55% 0.55% -
HSV(B) 251.81º 0.62% 0.8% -
XYZ 19.03 12.49 58.53 -
YUV 98.95 187.28 130.17 -
System Red Green Blue C M Y K H S L
Decimal 102 77 204 0.5 0.62 0 0.2 251.81 0.55 0.55
Hex 66 4D CC 32 3E 0 14 FC 37 37
Octal 146 115 314 62 76 0 24 374 67 67
Binary 1100110 1001101 11001100 110010 111110 0 10100 11111100 110111 110111

Color Harmonies of #664DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664DCC

Black with #664DCC

Text Example


Text Example

White with #664DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #664DCC;
 }
 .AnyTagClassName
 {
   color: #664DCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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