Html Css Color HEX #664CDF Slate Blue

📋 copy color: '#664CDF'

red 102 ◦ green 76 ◦ blue 223

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

Shades of Slate Blue #664CDF

Tints of Slate Blue #664CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 25.44%
G = 18.95%
B = 55.61%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#664CDF (or 0x664CDF) is known color: Slate Blue. HEX triplet: 66, 4C and DF. RGB value is (102,76,223). Sum of RGB (Red+Green+Blue) = 102+76+223=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #664CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CDF is #99B320. Grayscale: #636363. Windows color (decimal): -10072865 or 14634086. OLE color: 14634086.

HSL color Cylindrical-coordinate representation of color #664CDF: hue angle of 250.61º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #664CDF is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 76 223 -
CMYK 0.54 0.66 0 0.13
HSL 250.61º 0.7% 0.59% -
HSV(B) 250.61º 0.66% 0.87% -
XYZ 21.38 13.32 71.26 -
YUV 100.53 197.11 129.05 -
System Red Green Blue C M Y K H S L
Decimal 102 76 223 0.54 0.66 0 0.13 250.61 0.7 0.59
Hex 66 4C DF 36 42 0 D FB 46 3B
Octal 146 114 337 66 102 0 15 373 106 73
Binary 1100110 1001100 11011111 110110 1000010 0 1101 11111011 1000110 111011

Color Harmonies of #664CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664CDF

Black with #664CDF

Text Example


Text Example

White with #664CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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