#646288

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

Shades of Kimberly #646288

Tints of Kimberly #646288

Color information

#646288 (or 0x646288) is unknown color: approx Kimberly. HEX triplet: 64, 62 and 88. RGB value is (100,98,136). Sum of RGB (Red+Green+Blue) = 100+98+136=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #646288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646288 is #9B9D77. Grayscale: #666666. Windows color (decimal): -10198392 or 8938084. OLE color: 8938084.

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

Color convert

RGB10098136-
CMYK0.260.2800.47
HSL243.16º16.24%45.88%-
HSV(B)243.16º27.94%53.33%-
XYZ14.0713.2225.1-
YUV102.93146.66125.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.94%
GREEN value IS 98 (38.67% from 255) = 29.34%
BLUE value IS 136 (53.52% from 255) = 40.72%
R=29.94%
G=29.34%
B=40.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100981360.260.2800.47243.1616.2445.88
Hex6462881A1C02Ff3102e
Octal14414221032340573632056
Binary1100100110001010001000110101110001011111111001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646288; }

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

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

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

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

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

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

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

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