Html Css Color HEX #664FDA Slate Blue

📋 copy color: '#664FDA'

red 102 ◦ green 79 ◦ blue 218

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

Shades of Slate Blue #664FDA

Tints of Slate Blue #664FDA

RGB

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

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

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

R = 25.56%
G = 19.8%
B = 54.64%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#664FDA (or 0x664FDA) is known color: Slate Blue. HEX triplet: 66, 4F and DA. RGB value is (102,79,218). Sum of RGB (Red+Green+Blue) = 102+79+218=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #664FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664FDA is #99B025. Grayscale: #656565. Windows color (decimal): -10072102 or 14307174. OLE color: 14307174.

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

Color convert

RGB 102 79 218 -
CMYK 0.53 0.64 0 0.15
HSL 249.93º 0.65% 0.58% -
HSV(B) 249.93º 0.64% 0.85% -
XYZ 20.93 13.48 67.83 -
YUV 101.72 193.62 128.2 -
System Red Green Blue C M Y K H S L
Decimal 102 79 218 0.53 0.64 0 0.15 249.93 0.65 0.58
Hex 66 4F DA 35 40 0 F FA 41 3A
Octal 146 117 332 65 100 0 17 372 101 72
Binary 1100110 1001111 11011010 110101 1000000 0 1111 11111010 1000001 111010

Color Harmonies of #664FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664FDA

Black with #664FDA

Text Example


Text Example

White with #664FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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