Html Css Color HEX #664DDB Slate Blue

📋 copy color: '#664DDB'

red 102 ◦ green 77 ◦ blue 219

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

Shades of Slate Blue #664DDB

Tints of Slate Blue #664DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.03%

R = 25.63%
G = 19.35%
B = 55.03%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#664DDB (or 0x664DDB) is known color: Slate Blue. HEX triplet: 66, 4D and DB. RGB value is (102,77,219). Sum of RGB (Red+Green+Blue) = 102+77+219=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #664DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664DDB is #99B224. Grayscale: #646464. Windows color (decimal): -10072613 or 14372198. OLE color: 14372198.

HSL color Cylindrical-coordinate representation of color #664DDB: hue angle of 250.56º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #664DDB is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 77 219 -
CMYK 0.53 0.65 0 0.14
HSL 250.56º 0.66% 0.58% -
HSV(B) 250.56º 0.65% 0.86% -
XYZ 20.92 13.25 68.47 -
YUV 100.66 194.78 128.95 -
System Red Green Blue C M Y K H S L
Decimal 102 77 219 0.53 0.65 0 0.14 250.56 0.66 0.58
Hex 66 4D DB 35 41 0 E FB 42 3A
Octal 146 115 333 65 101 0 16 373 102 72
Binary 1100110 1001101 11011011 110101 1000001 0 1110 11111011 1000010 111010

Color Harmonies of #664DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664DDB

Black with #664DDB

Text Example


Text Example

White with #664DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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