Html Css Color HEX #645E91 Kimberly

📋 copy color: '#645E91'

red 100 ◦ green 94 ◦ blue 145

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

Shades of Kimberly #645E91

Tints of Kimberly #645E91

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.73%

 BLUE value IS 145 (57.03% from 255) = 42.77%

R = 29.5%
G = 27.73%
B = 42.77%

CMYK

 C value IS 0.31

 M value IS 0.35

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#645E91 (or 0x645E91) is known color: Kimberly. HEX triplet: 64, 5E and 91. RGB value is (100,94,145). Sum of RGB (Red+Green+Blue) = 100+94+145=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #645E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645E91 is #9BA16E. Grayscale: #656565. Windows color (decimal): -10199407 or 9526884. OLE color: 9526884.

HSL color Cylindrical-coordinate representation of color #645E91: hue angle of 247.06º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #645E91 is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 94 145 -
CMYK 0.31 0.35 0 0.43
HSL 247.06º 0.21% 0.47% -
HSV(B) 247.06º 0.35% 0.57% -
XYZ 14.37 12.76 28.49 -
YUV 101.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 100 94 145 0.31 0.35 0 0.43 247.06 0.21 0.47
Hex 64 5E 91 1F 23 0 2B F7 15 2F
Octal 144 136 221 37 43 0 53 367 25 57
Binary 1100100 1011110 10010001 11111 100011 0 101011 11110111 10101 101111

Color Harmonies of #645E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645E91

Black with #645E91

Text Example


Text Example

White with #645E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,94,145); }

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

background-color css

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

 a { background-color: rgb(100,94,145); }

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

border-color css

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

 span { border-color: rgb(100,94,145); }

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