Html Css Color HEX #664BC2 Slate Blue

📋 copy color: '#664BC2'

red 102 ◦ green 75 ◦ blue 194

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

Shades of Slate Blue #664BC2

Tints of Slate Blue #664BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 52.29%

R = 27.49%
G = 20.22%
B = 52.29%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#664BC2 (or 0x664BC2) is known color: Slate Blue. HEX triplet: 66, 4B and C2. RGB value is (102,75,194). Sum of RGB (Red+Green+Blue) = 102+75+194=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #664BC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664BC2 is #99B43D. Grayscale: #606060. Windows color (decimal): -10073150 or 12733286. OLE color: 12733286.

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

Color convert

RGB 102 75 194 -
CMYK 0.47 0.61 0 0.24
HSL 253.61º 0.49% 0.53% -
HSV(B) 253.61º 0.61% 0.76% -
XYZ 17.73 11.75 52.37 -
YUV 96.64 182.95 131.82 -
System Red Green Blue C M Y K H S L
Decimal 102 75 194 0.47 0.61 0 0.24 253.61 0.49 0.53
Hex 66 4B C2 2F 3D 0 18 FE 31 35
Octal 146 113 302 57 75 0 30 376 61 65
Binary 1100110 1001011 11000010 101111 111101 0 11000 11111110 110001 110101

Color Harmonies of #664BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664BC2

Black with #664BC2

Text Example


Text Example

White with #664BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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