Html Css Color HEX #664DC1 Slate Blue

📋 copy color: '#664DC1'

red 102 ◦ green 77 ◦ blue 193

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

Shades of Slate Blue #664DC1

Tints of Slate Blue #664DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 51.88%

R = 27.42%
G = 20.7%
B = 51.88%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#664DC1 (or 0x664DC1) is known color: Slate Blue. HEX triplet: 66, 4D and C1. RGB value is (102,77,193). Sum of RGB (Red+Green+Blue) = 102+77+193=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 193 (75.78% from 255 or 51.88% from 372); Max value from RGB is 193 - color contains mainly: blue. Hex color #664DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664DC1 is #99B23E. Grayscale: #616161. Windows color (decimal): -10072639 or 12668262. OLE color: 12668262.

HSL color Cylindrical-coordinate representation of color #664DC1: hue angle of 252.93º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #664DC1 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 77 193 -
CMYK 0.47 0.60 0 0.24
HSL 252.93º 0.48% 0.53% -
HSV(B) 252.93º 0.6% 0.76% -
XYZ 17.76 11.98 51.83 -
YUV 97.7 181.78 131.07 -
System Red Green Blue C M Y K H S L
Decimal 102 77 193 0.47 0.60 0 0.24 252.93 0.48 0.53
Hex 66 4D C1 2F 3C 0 18 FD 30 35
Octal 146 115 301 57 74 0 30 375 60 65
Binary 1100110 1001101 11000001 101111 111100 0 11000 11111101 110000 110101

Color Harmonies of #664DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664DC1

Black with #664DC1

Text Example


Text Example

White with #664DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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