Html Css Color HEX #645ACC Slate Blue

📋 copy color: '#645ACC'

red 100 ◦ green 90 ◦ blue 204

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

Shades of Slate Blue #645ACC

Tints of Slate Blue #645ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 25.38%
G = 22.84%
B = 51.78%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#645ACC (or 0x645ACC) is known color: Slate Blue. HEX triplet: 64, 5A and CC. RGB value is (100,90,204). Sum of RGB (Red+Green+Blue) = 100+90+204=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #645ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ACC is #9BA533. Grayscale: #696969. Windows color (decimal): -10200372 or 13392484. OLE color: 13392484.

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

Color convert

RGB 100 90 204 -
CMYK 0.51 0.56 0 0.2
HSL 245.26º 0.53% 0.58% -
HSV(B) 245.26º 0.56% 0.8% -
XYZ 19.81 14.38 58.86 -
YUV 105.99 183.31 123.73 -
System Red Green Blue C M Y K H S L
Decimal 100 90 204 0.51 0.56 0 0.2 245.26 0.53 0.58
Hex 64 5A CC 33 38 0 14 F5 35 3A
Octal 144 132 314 63 70 0 24 365 65 72
Binary 1100100 1011010 11001100 110011 111000 0 10100 11110101 110101 111010

Color Harmonies of #645ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645ACC

Black with #645ACC

Text Example


Text Example

White with #645ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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