Html Css Color HEX #645D91 Kimberly

📋 copy color: '#645D91'

red 100 ◦ green 93 ◦ blue 145

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

Shades of Kimberly #645D91

Tints of Kimberly #645D91

RGB

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

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

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

R = 29.59%
G = 27.51%
B = 42.9%

CMYK

 C value IS 0.31

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#645D91 (or 0x645D91) is known color: Kimberly. HEX triplet: 64, 5D and 91. RGB value is (100,93,145). Sum of RGB (Red+Green+Blue) = 100+93+145=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #645D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645D91 is #9BA26E. Grayscale: #646464. Windows color (decimal): -10199663 or 9526628. OLE color: 9526628.

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

Color convert

RGB 100 93 145 -
CMYK 0.31 0.36 0 0.43
HSL 248.08º 0.22% 0.47% -
HSV(B) 248.08º 0.36% 0.57% -
XYZ 14.28 12.58 28.46 -
YUV 101.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 100 93 145 0.31 0.36 0 0.43 248.08 0.22 0.47
Hex 64 5D 91 1F 24 0 2B F8 16 2F
Octal 144 135 221 37 44 0 53 370 26 57
Binary 1100100 1011101 10010001 11111 100100 0 101011 11111000 10110 101111

Color Harmonies of #645D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645D91

Black with #645D91

Text Example


Text Example

White with #645D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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