Html Css Color HEX #664ACA Slate Blue

📋 copy color: '#664ACA'

red 102 ◦ green 74 ◦ blue 202

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

Shades of Slate Blue #664ACA

Tints of Slate Blue #664ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.44%

R = 26.98%
G = 19.58%
B = 53.44%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#664ACA (or 0x664ACA) is known color: Slate Blue. HEX triplet: 66, 4A and CA. RGB value is (102,74,202). Sum of RGB (Red+Green+Blue) = 102+74+202=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #664ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664ACA is #99B535. Grayscale: #606060. Windows color (decimal): -10073398 or 13257318. OLE color: 13257318.

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

Color convert

RGB 102 74 202 -
CMYK 0.50 0.63 0 0.21
HSL 253.13º 0.55% 0.54% -
HSV(B) 253.13º 0.63% 0.79% -
XYZ 18.59 11.99 57.21 -
YUV 96.96 187.28 131.59 -
System Red Green Blue C M Y K H S L
Decimal 102 74 202 0.50 0.63 0 0.21 253.13 0.55 0.54
Hex 66 4A CA 32 3F 0 15 FD 37 36
Octal 146 112 312 62 77 0 25 375 67 66
Binary 1100110 1001010 11001010 110010 111111 0 10101 11111101 110111 110110

Color Harmonies of #664ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664ACA

Black with #664ACA

Text Example


Text Example

White with #664ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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