Html Css Color HEX #664ACD Slate Blue

📋 copy color: '#664ACD'

red 102 ◦ green 74 ◦ blue 205

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

Shades of Slate Blue #664ACD

Tints of Slate Blue #664ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.42%

 BLUE value IS 205 (80.47% from 255) = 53.81%

R = 26.77%
G = 19.42%
B = 53.81%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#664ACD (or 0x664ACD) is known color: Slate Blue. HEX triplet: 66, 4A and CD. RGB value is (102,74,205). Sum of RGB (Red+Green+Blue) = 102+74+205=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #664ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664ACD is #99B532. Grayscale: #606060. Windows color (decimal): -10073395 or 13453926. OLE color: 13453926.

HSL color Cylindrical-coordinate representation of color #664ACD: hue angle of 252.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #664ACD is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 74 205 -
CMYK 0.50 0.64 0 0.20
HSL 252.82º 0.57% 0.55% -
HSV(B) 252.82º 0.64% 0.8% -
XYZ 18.95 12.13 59.1 -
YUV 97.31 188.78 131.35 -
System Red Green Blue C M Y K H S L
Decimal 102 74 205 0.50 0.64 0 0.20 252.82 0.57 0.55
Hex 66 4A CD 32 40 0 14 FD 39 37
Octal 146 112 315 62 100 0 24 375 71 67
Binary 1100110 1001010 11001101 110010 1000000 0 10100 11111101 111001 110111

Color Harmonies of #664ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664ACD

Black with #664ACD

Text Example


Text Example

White with #664ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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