#696387

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

Shades of Kimberly #696387

Tints of Kimberly #696387

Color information

#696387 (or 0x696387) is unknown color: approx Kimberly. HEX triplet: 69, 63 and 87. RGB value is (105,99,135). Sum of RGB (Red+Green+Blue) = 105+99+135=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 135 - color contains mainly: blue. Hex color #696387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696387 is #969C78. Grayscale: #686868. Windows color (decimal): -9870457 or 8872809. OLE color: 8872809.

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

Color convert

RGB10599135-
CMYK0.220.2700.47
HSL250º15.38%45.88%-
HSV(B)250º26.67%52.94%-
XYZ14.6613.6824.79-
YUV104.9144.99128.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.97%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 135 (53.12% from 255) = 39.82%
R=30.97%
G=29.20%
B=39.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105991350.220.2700.4725015.3845.88
Hex696387161B02Ffaf2e
Octal15114320726330573721756
Binary110100111000111000011110110110110101111111110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696387; }

 p { color: rgb(105,99,135); }

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

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

 a { background-color: rgb(105,99,135); }

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

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

 span { border-color: rgb(105,99,135); }

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