#626090

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

Shades of Kimberly #626090

Tints of Kimberly #626090

Color information

#626090 (or 0x626090) is unknown color: approx Kimberly. HEX triplet: 62, 60 and 90. RGB value is (98,96,144). Sum of RGB (Red+Green+Blue) = 98+96+144=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #626090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626090 is #9D9F6F. Grayscale: #656565. Windows color (decimal): -10329968 or 9461858. OLE color: 9461858.

HSL color Cylindrical-coordinate representation of color #626090: hue angle of 242.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #626090 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9896144-
CMYK0.320.3300.44
HSL242.5º20%47.06%-
HSV(B)242.5º33.33%56.47%-
XYZ14.2512.9828.14-
YUV102.07151.66125.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.99%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 144 (56.64% from 255) = 42.60%
R=28.99%
G=28.40%
B=42.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal98961440.320.3300.44242.52047.06
Hex626090202102Cf2142f
Octal14214022040410543622457
Binary110001011000001001000010000010000101011001111001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626090; }

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

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

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

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

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

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

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

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