#645E92

Color #645E92 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #645E92

Tints of Kimberly #645E92

Color information

#645E92 (or 0x645E92) is unknown color: approx Kimberly. HEX triplet: 64, 5E and 92. RGB value is (100,94,146). Sum of RGB (Red+Green+Blue) = 100+94+146=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 146 - color contains mainly: blue. Hex color #645E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645E92 is #9BA16D. Grayscale: #656565. Windows color (decimal): -10199406 or 9592420. OLE color: 9592420.

HSL color Cylindrical-coordinate representation of color #645E92: hue angle of 246.92º 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 #645E92 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10094146-
CMYK0.320.3600.43
HSL246.92º21.67%47.06%-
HSV(B)246.92º35.62%57.25%-
XYZ14.4512.7928.9-
YUV101.72152.99126.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.41%
GREEN value IS 94 (37.11% from 255) = 27.65%
BLUE value IS 146 (57.42% from 255) = 42.94%
R=29.41%
G=27.65%
B=42.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100941460.320.3600.43246.9221.6747.06
Hex645E92202402Bf7162f
Octal14413622240440533672657
Binary110010010111101001001010000010010001010111111011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #645E92;
 }
 .AnyTagClassName
 {
   color: #645E92;
 }
</style>
background-color css

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

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

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

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

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

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