Html Css Color HEX #645DBF Slate Blue

📋 copy color: '#645DBF'

red 100 ◦ green 93 ◦ blue 191

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

Shades of Slate Blue #645DBF

Tints of Slate Blue #645DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.22%

 BLUE value IS 191 (75% from 255) = 49.74%

R = 26.04%
G = 24.22%
B = 49.74%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#645DBF (or 0x645DBF) is known color: Slate Blue. HEX triplet: 64, 5D and BF. RGB value is (100,93,191). Sum of RGB (Red+Green+Blue) = 100+93+191=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #645DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645DBF is #9BA240. Grayscale: #696969. Windows color (decimal): -10199617 or 12541284. OLE color: 12541284.

HSL color Cylindrical-coordinate representation of color #645DBF: hue angle of 244.29º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #645DBF is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 93 191 -
CMYK 0.48 0.51 0 0.25
HSL 244.29º 0.43% 0.56% -
HSV(B) 244.29º 0.51% 0.75% -
XYZ 18.57 14.3 51.07 -
YUV 106.27 175.82 123.53 -
System Red Green Blue C M Y K H S L
Decimal 100 93 191 0.48 0.51 0 0.25 244.29 0.43 0.56
Hex 64 5D BF 30 33 0 19 F4 2B 38
Octal 144 135 277 60 63 0 31 364 53 70
Binary 1100100 1011101 10111111 110000 110011 0 11001 11110100 101011 111000

Color Harmonies of #645DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645DBF

Black with #645DBF

Text Example


Text Example

White with #645DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,93,191); }

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

background-color css

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

 a { background-color: rgb(100,93,191); }

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

border-color css

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

 span { border-color: rgb(100,93,191); }

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