#626089

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

Shades of Kimberly #626089

Tints of Kimberly #626089

Color information

#626089 (or 0x626089) is unknown color: approx Kimberly. HEX triplet: 62, 60 and 89. RGB value is (98,96,137). Sum of RGB (Red+Green+Blue) = 98+96+137=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 137 - color contains mainly: blue. Hex color #626089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626089 is #9D9F76. Grayscale: #656565. Windows color (decimal): -10329975 or 9003106. OLE color: 9003106.

HSL color Cylindrical-coordinate representation of color #626089: hue angle of 242.93º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #626089 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9896137-
CMYK0.280.3000.46
HSL242.93º17.6%45.69%-
HSV(B)242.93º29.93%53.73%-
XYZ13.7412.7725.41-
YUV101.27148.16125.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.61%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 137 (53.91% from 255) = 41.39%
R=29.61%
G=29.00%
B=41.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal98961370.280.3000.46242.9317.645.69
Hex6260891C1E02Ef3122e
Octal14214021134360563632256
Binary1100010110000010001001111001111001011101111001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626089; }

 p { color: rgb(98,96,137); }

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

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

 a { background-color: rgb(98,96,137); }

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

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

 span { border-color: rgb(98,96,137); }

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