Html Css Color HEX #664ADB Slate Blue

📋 copy color: '#664ADB'

red 102 ◦ green 74 ◦ blue 219

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

Shades of Slate Blue #664ADB

Tints of Slate Blue #664ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.73%

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

R = 25.82%
G = 18.73%
B = 55.44%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#664ADB (or 0x664ADB) is known color: Slate Blue. HEX triplet: 66, 4A and DB. RGB value is (102,74,219). Sum of RGB (Red+Green+Blue) = 102+74+219=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #664ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664ADB is #99B524. Grayscale: #626262. Windows color (decimal): -10073381 or 14371430. OLE color: 14371430.

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

Color convert

RGB 102 74 219 -
CMYK 0.53 0.66 0 0.14
HSL 251.59º 0.67% 0.57% -
HSV(B) 251.59º 0.66% 0.86% -
XYZ 20.71 12.84 68.4 -
YUV 98.9 195.78 130.21 -
System Red Green Blue C M Y K H S L
Decimal 102 74 219 0.53 0.66 0 0.14 251.59 0.67 0.57
Hex 66 4A DB 35 42 0 E FC 43 39
Octal 146 112 333 65 102 0 16 374 103 71
Binary 1100110 1001010 11011011 110101 1000010 0 1110 11111100 1000011 111001

Color Harmonies of #664ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664ADB

Black with #664ADB

Text Example


Text Example

White with #664ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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