Html Css Color HEX #645ACE Slate Blue

📋 copy color: '#645ACE'

red 100 ◦ green 90 ◦ blue 206

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

Shades of Slate Blue #645ACE

Tints of Slate Blue #645ACE

RGB

 RED value IS 100 (39.45% from 255) = 25.25%

 GREEN value IS 90 (35.55% from 255) = 22.73%

 BLUE value IS 206 (80.86% from 255) = 52.02%

R = 25.25%
G = 22.73%
B = 52.02%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#645ACE (or 0x645ACE) is known color: Slate Blue. HEX triplet: 64, 5A and CE. RGB value is (100,90,206). Sum of RGB (Red+Green+Blue) = 100+90+206=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #645ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ACE is #9BA531. Grayscale: #696969. Windows color (decimal): -10200370 or 13523556. OLE color: 13523556.

HSL color Cylindrical-coordinate representation of color #645ACE: hue angle of 245.17º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #645ACE is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 90 206 -
CMYK 0.51 0.56 0 0.19
HSL 245.17º 0.54% 0.58% -
HSV(B) 245.17º 0.56% 0.81% -
XYZ 20.05 14.48 60.13 -
YUV 106.21 184.31 123.57 -
System Red Green Blue C M Y K H S L
Decimal 100 90 206 0.51 0.56 0 0.19 245.17 0.54 0.58
Hex 64 5A CE 33 38 0 13 F5 36 3A
Octal 144 132 316 63 70 0 23 365 66 72
Binary 1100100 1011010 11001110 110011 111000 0 10011 11110101 110110 111010

Color Harmonies of #645ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645ACE

Black with #645ACE

Text Example


Text Example

White with #645ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645ACE; }

 p { color: rgb(100,90,206); }

 H1.HeaderClassName
 {
   color: #645ACE;
 }
 .AnyTagClassName
 {
   color: #645ACE;
 }
</style>

background-color css

<style>
 a { background-color: #645ACE; }

 a { background-color: rgb(100,90,206); }

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

border-color css

<style>
 span { border-color: #645ACE; }

 span { border-color: rgb(100,90,206); }

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