Html Css Color HEX #664BDA Slate Blue

📋 copy color: '#664BDA'

red 102 ◦ green 75 ◦ blue 218

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

Shades of Slate Blue #664BDA

Tints of Slate Blue #664BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.99%

 BLUE value IS 218 (85.55% from 255) = 55.19%

R = 25.82%
G = 18.99%
B = 55.19%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#664BDA (or 0x664BDA) is known color: Slate Blue. HEX triplet: 66, 4B and DA. RGB value is (102,75,218). Sum of RGB (Red+Green+Blue) = 102+75+218=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 218 (85.55% from 255 or 55.19% from 395); Max value from RGB is 218 - color contains mainly: blue. Hex color #664BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664BDA is #99B425. Grayscale: #626262. Windows color (decimal): -10073126 or 14306150. OLE color: 14306150.

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

Color convert

RGB 102 75 218 -
CMYK 0.53 0.66 0 0.15
HSL 251.33º 0.66% 0.57% -
HSV(B) 251.33º 0.66% 0.85% -
XYZ 20.65 12.92 67.73 -
YUV 99.38 194.95 129.87 -
System Red Green Blue C M Y K H S L
Decimal 102 75 218 0.53 0.66 0 0.15 251.33 0.66 0.57
Hex 66 4B DA 35 42 0 F FB 42 39
Octal 146 113 332 65 102 0 17 373 102 71
Binary 1100110 1001011 11011010 110101 1000010 0 1111 11111011 1000010 111001

Color Harmonies of #664BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664BDA

Black with #664BDA

Text Example


Text Example

White with #664BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,75,218); }

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

background-color css

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

 a { background-color: rgb(102,75,218); }

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

border-color css

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

 span { border-color: rgb(102,75,218); }

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