#696789

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

Shades of Kimberly #696789

Tints of Kimberly #696789

Color information

#696789 (or 0x696789) is unknown color: approx Kimberly. HEX triplet: 69, 67 and 89. RGB value is (105,103,137). Sum of RGB (Red+Green+Blue) = 105+103+137=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 137 - color contains mainly: blue. Hex color #696789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696789 is #969876. Grayscale: #6B6B6B. Windows color (decimal): -9869431 or 9004905. OLE color: 9004905.

HSL color Cylindrical-coordinate representation of color #696789: hue angle of 243.53º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #696789 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB105103137-
CMYK0.230.2500.46
HSL243.53º14.17%47.06%-
HSV(B)243.53º24.82%53.73%-
XYZ15.1914.5125.67-
YUV107.47144.66126.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 137 (53.91% from 255) = 39.71%
R=30.43%
G=29.86%
B=39.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051031370.230.2500.46243.5314.1747.06
Hex696789171902Ef4e2f
Octal15114721127310563641657
Binary110100111001111000100110111110010101110111101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696789; }

 p { color: rgb(105,103,137); }

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

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

 a { background-color: rgb(105,103,137); }

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

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

 span { border-color: rgb(105,103,137); }

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