Html Css Color HEX #664ACC Slate Blue

📋 copy color: '#664ACC'

red 102 ◦ green 74 ◦ blue 204

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

Shades of Slate Blue #664ACC

Tints of Slate Blue #664ACC

RGB

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

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

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

R = 26.84%
G = 19.47%
B = 53.68%

CMYK

 C value IS 0.5

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#664ACC (or 0x664ACC) is known color: Slate Blue. HEX triplet: 66, 4A and CC. RGB value is (102,74,204). Sum of RGB (Red+Green+Blue) = 102+74+204=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #664ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664ACC is #99B533. Grayscale: #606060. Windows color (decimal): -10073396 or 13388390. OLE color: 13388390.

HSL color Cylindrical-coordinate representation of color #664ACC: hue angle of 252.92º degrees, saturation: 0.56, 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 #664ACC is Cyan = 0.5, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 74 204 -
CMYK 0.5 0.64 0 0.2
HSL 252.92º 0.56% 0.55% -
HSV(B) 252.92º 0.64% 0.8% -
XYZ 18.83 12.08 58.47 -
YUV 97.19 188.28 131.43 -
System Red Green Blue C M Y K H S L
Decimal 102 74 204 0.5 0.64 0 0.2 252.92 0.56 0.55
Hex 66 4A CC 32 40 0 14 FD 38 37
Octal 146 112 314 62 100 0 24 375 70 67
Binary 1100110 1001010 11001100 110010 1000000 0 10100 11111101 111000 110111

Color Harmonies of #664ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664ACC

Black with #664ACC

Text Example


Text Example

White with #664ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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