Html Css Color HEX #664FDC Slate Blue

📋 copy color: '#664FDC'

red 102 ◦ green 79 ◦ blue 220

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

Shades of Slate Blue #664FDC

Tints of Slate Blue #664FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.7%

 BLUE value IS 220 (86.33% from 255) = 54.86%

R = 25.44%
G = 19.7%
B = 54.86%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#664FDC (or 0x664FDC) is known color: Slate Blue. HEX triplet: 66, 4F and DC. RGB value is (102,79,220). Sum of RGB (Red+Green+Blue) = 102+79+220=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #664FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664FDC is #99B023. Grayscale: #656565. Windows color (decimal): -10072100 or 14438246. OLE color: 14438246.

HSL color Cylindrical-coordinate representation of color #664FDC: hue angle of 249.79º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #664FDC is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 79 220 -
CMYK 0.54 0.64 0 0.14
HSL 249.79º 0.67% 0.59% -
HSV(B) 249.79º 0.64% 0.86% -
XYZ 21.19 13.58 69.22 -
YUV 101.95 194.62 128.04 -
System Red Green Blue C M Y K H S L
Decimal 102 79 220 0.54 0.64 0 0.14 249.79 0.67 0.59
Hex 66 4F DC 36 40 0 E FA 43 3B
Octal 146 117 334 66 100 0 16 372 103 73
Binary 1100110 1001111 11011100 110110 1000000 0 1110 11111010 1000011 111011

Color Harmonies of #664FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664FDC

Black with #664FDC

Text Example


Text Example

White with #664FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,79,220); }

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

background-color css

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

 a { background-color: rgb(102,79,220); }

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

border-color css

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

 span { border-color: rgb(102,79,220); }

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