#636091

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

Shades of Kimberly #636091

Tints of Kimberly #636091

Color information

#636091 (or 0x636091) is unknown color: approx Kimberly. HEX triplet: 63, 60 and 91. RGB value is (99,96,145). Sum of RGB (Red+Green+Blue) = 99+96+145=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #636091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #636091 is #9C9F6E. Grayscale: #666666. Windows color (decimal): -10264431 or 9527395. OLE color: 9527395.

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

Color convert

RGB9996145-
CMYK0.320.3400.43
HSL243.67º20.33%47.25%-
HSV(B)243.67º33.79%56.86%-
XYZ14.4413.0628.55-
YUV102.48151.99125.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.12%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 145 (57.03% from 255) = 42.65%
R=29.12%
G=28.24%
B=42.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99961450.320.3400.43243.6720.3347.25
Hex636091202202Bf4142f
Octal14314022140420533642457
Binary110001111000001001000110000010001001010111111010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636091; }

 p { color: rgb(99,96,145); }

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

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

 a { background-color: rgb(99,96,145); }

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

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

 span { border-color: rgb(99,96,145); }

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