Html Css Color HEX #645ACF Slate Blue

📋 copy color: '#645ACF'

red 100 ◦ green 90 ◦ blue 207

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

Shades of Slate Blue #645ACF

Tints of Slate Blue #645ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.14%

R = 25.19%
G = 22.67%
B = 52.14%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#645ACF (or 0x645ACF) is known color: Slate Blue. HEX triplet: 64, 5A and CF. RGB value is (100,90,207). Sum of RGB (Red+Green+Blue) = 100+90+207=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #645ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ACF is #9BA530. Grayscale: #696969. Windows color (decimal): -10200369 or 13589092. OLE color: 13589092.

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

Color convert

RGB 100 90 207 -
CMYK 0.52 0.57 0 0.19
HSL 245.13º 0.55% 0.58% -
HSV(B) 245.13º 0.57% 0.81% -
XYZ 20.17 14.53 60.77 -
YUV 106.33 184.81 123.49 -
System Red Green Blue C M Y K H S L
Decimal 100 90 207 0.52 0.57 0 0.19 245.13 0.55 0.58
Hex 64 5A CF 34 39 0 13 F5 37 3A
Octal 144 132 317 64 71 0 23 365 67 72
Binary 1100100 1011010 11001111 110100 111001 0 10011 11110101 110111 111010

Color Harmonies of #645ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645ACF

Black with #645ACF

Text Example


Text Example

White with #645ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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