Html Css Color HEX #664DCA Slate Blue

📋 copy color: '#664DCA'

red 102 ◦ green 77 ◦ blue 202

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

Shades of Slate Blue #664DCA

Tints of Slate Blue #664DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.02%

R = 26.77%
G = 20.21%
B = 53.02%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#664DCA (or 0x664DCA) is known color: Slate Blue. HEX triplet: 66, 4D and CA. RGB value is (102,77,202). Sum of RGB (Red+Green+Blue) = 102+77+202=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #664DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664DCA is #99B235. Grayscale: #626262. Windows color (decimal): -10072630 or 13258086. OLE color: 13258086.

HSL color Cylindrical-coordinate representation of color #664DCA: hue angle of 252º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #664DCA is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 77 202 -
CMYK 0.50 0.62 0 0.21
HSL 252º 0.54% 0.55% -
HSV(B) 252º 0.62% 0.79% -
XYZ 18.79 12.4 57.28 -
YUV 98.73 186.28 130.34 -
System Red Green Blue C M Y K H S L
Decimal 102 77 202 0.50 0.62 0 0.21 252 0.54 0.55
Hex 66 4D CA 32 3E 0 15 FC 36 37
Octal 146 115 312 62 76 0 25 374 66 67
Binary 1100110 1001101 11001010 110010 111110 0 10101 11111100 110110 110111

Color Harmonies of #664DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664DCA

Black with #664DCA

Text Example


Text Example

White with #664DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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