Html Css Color HEX #645BBF Slate Blue

📋 copy color: '#645BBF'

red 100 ◦ green 91 ◦ blue 191

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

Shades of Slate Blue #645BBF

Tints of Slate Blue #645BBF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.82%

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

R = 26.18%
G = 23.82%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#645BBF (or 0x645BBF) is known color: Slate Blue. HEX triplet: 64, 5B and BF. RGB value is (100,91,191). Sum of RGB (Red+Green+Blue) = 100+91+191=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #645BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BBF is #9BA440. Grayscale: #686868. Windows color (decimal): -10200129 or 12540772. OLE color: 12540772.

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

Color convert

RGB 100 91 191 -
CMYK 0.48 0.52 0 0.25
HSL 245.4º 0.44% 0.55% -
HSV(B) 245.4º 0.52% 0.75% -
XYZ 18.4 13.95 51.01 -
YUV 105.09 176.48 124.37 -
System Red Green Blue C M Y K H S L
Decimal 100 91 191 0.48 0.52 0 0.25 245.4 0.44 0.55
Hex 64 5B BF 30 34 0 19 F5 2C 37
Octal 144 133 277 60 64 0 31 365 54 67
Binary 1100100 1011011 10111111 110000 110100 0 11001 11110101 101100 110111

Color Harmonies of #645BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645BBF

Black with #645BBF

Text Example


Text Example

White with #645BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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