#645888

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

Shades of Kimberly #645888

Tints of Kimberly #645888

Color information

#645888 (or 0x645888) is unknown color: approx Kimberly. HEX triplet: 64, 58 and 88. RGB value is (100,88,136). Sum of RGB (Red+Green+Blue) = 100+88+136=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #645888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645888 is #9BA777. Grayscale: #606060. Windows color (decimal): -10200952 or 8935524. OLE color: 8935524.

HSL color Cylindrical-coordinate representation of color #645888: hue angle of 255º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #645888 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10088136-
CMYK0.260.3500.47
HSL255º21.43%43.92%-
HSV(B)255º35.29%53.33%-
XYZ13.1911.4724.81-
YUV97.06149.98130.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 88 (34.77% from 255) = 27.16%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=30.86%
G=27.16%
B=41.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100881360.260.3500.4725521.4343.92
Hex6458881A2302Fff152c
Octal14413021032430573772554
Binary11001001011000100010001101010001101011111111111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645888; }

 p { color: rgb(100,88,136); }

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

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

 a { background-color: rgb(100,88,136); }

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

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

 span { border-color: rgb(100,88,136); }

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