Html Css Color HEX #664CCD Slate Blue

📋 copy color: '#664CCD'

red 102 ◦ green 76 ◦ blue 205

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

Shades of Slate Blue #664CCD

Tints of Slate Blue #664CCD

RGB

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

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

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

R = 26.63%
G = 19.84%
B = 53.52%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#664CCD (or 0x664CCD) is known color: Slate Blue. HEX triplet: 66, 4C and CD. RGB value is (102,76,205). Sum of RGB (Red+Green+Blue) = 102+76+205=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #664CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CCD is #99B332. Grayscale: #616161. Windows color (decimal): -10072883 or 13454438. OLE color: 13454438.

HSL color Cylindrical-coordinate representation of color #664CCD: hue angle of 252.09º 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 #664CCD is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 76 205 -
CMYK 0.50 0.63 0 0.20
HSL 252.09º 0.56% 0.55% -
HSV(B) 252.09º 0.63% 0.8% -
XYZ 19.08 12.4 59.15 -
YUV 98.48 188.11 130.51 -
System Red Green Blue C M Y K H S L
Decimal 102 76 205 0.50 0.63 0 0.20 252.09 0.56 0.55
Hex 66 4C CD 32 3F 0 14 FC 38 37
Octal 146 114 315 62 77 0 24 374 70 67
Binary 1100110 1001100 11001101 110010 111111 0 10100 11111100 111000 110111

Color Harmonies of #664CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664CCD

Black with #664CCD

Text Example


Text Example

White with #664CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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