Html Css Color HEX #664ACB Slate Blue

📋 copy color: '#664ACB'

red 102 ◦ green 74 ◦ blue 203

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

Shades of Slate Blue #664ACB

Tints of Slate Blue #664ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.56%

R = 26.91%
G = 19.53%
B = 53.56%

CMYK

 C value IS 0.50

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#664ACB (or 0x664ACB) is known color: Slate Blue. HEX triplet: 66, 4A and CB. RGB value is (102,74,203). Sum of RGB (Red+Green+Blue) = 102+74+203=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #664ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664ACB is #99B534. Grayscale: #606060. Windows color (decimal): -10073397 or 13322854. OLE color: 13322854.

HSL color Cylindrical-coordinate representation of color #664ACB: hue angle of 253.02º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #664ACB is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 74 203 -
CMYK 0.50 0.64 0 0.20
HSL 253.02º 0.55% 0.54% -
HSV(B) 253.02º 0.64% 0.8% -
XYZ 18.71 12.03 57.84 -
YUV 97.08 187.78 131.51 -
System Red Green Blue C M Y K H S L
Decimal 102 74 203 0.50 0.64 0 0.20 253.02 0.55 0.54
Hex 66 4A CB 32 40 0 14 FD 37 36
Octal 146 112 313 62 100 0 24 375 67 66
Binary 1100110 1001010 11001011 110010 1000000 0 10100 11111101 110111 110110

Color Harmonies of #664ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664ACB

Black with #664ACB

Text Example


Text Example

White with #664ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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