Html Css Color HEX #664CC2 Slate Blue

📋 copy color: '#664CC2'

red 102 ◦ green 76 ◦ blue 194

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

Shades of Slate Blue #664CC2

Tints of Slate Blue #664CC2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.43%

 BLUE value IS 194 (76.17% from 255) = 52.15%

R = 27.42%
G = 20.43%
B = 52.15%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#664CC2 (or 0x664CC2) is known color: Slate Blue. HEX triplet: 66, 4C and C2. RGB value is (102,76,194). Sum of RGB (Red+Green+Blue) = 102+76+194=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #664CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CC2 is #99B33D. Grayscale: #606060. Windows color (decimal): -10072894 or 12733542. OLE color: 12733542.

HSL color Cylindrical-coordinate representation of color #664CC2: hue angle of 253.22º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #664CC2 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 76 194 -
CMYK 0.47 0.61 0 0.24
HSL 253.22º 0.49% 0.53% -
HSV(B) 253.22º 0.61% 0.76% -
XYZ 17.8 11.89 52.4 -
YUV 97.23 182.61 131.41 -
System Red Green Blue C M Y K H S L
Decimal 102 76 194 0.47 0.61 0 0.24 253.22 0.49 0.53
Hex 66 4C C2 2F 3D 0 18 FD 31 35
Octal 146 114 302 57 75 0 30 375 61 65
Binary 1100110 1001100 11000010 101111 111101 0 11000 11111101 110001 110101

Color Harmonies of #664CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664CC2

Black with #664CC2

Text Example


Text Example

White with #664CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,76,194); }

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

background-color css

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

 a { background-color: rgb(102,76,194); }

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

border-color css

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

 span { border-color: rgb(102,76,194); }

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