#696078

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

Shades of Kimberly #696078

Tints of Kimberly #696078

Color information

#696078 (or 0x696078) is unknown color: approx Kimberly. HEX triplet: 69, 60 and 78. RGB value is (105,96,120). Sum of RGB (Red+Green+Blue) = 105+96+120=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 120 - color contains mainly: blue. Hex color #696078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696078 is #969F87. Grayscale: #656565. Windows color (decimal): -9871240 or 7889001. OLE color: 7889001.

HSL color Cylindrical-coordinate representation of color #696078: hue angle of 262.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #696078 is Cyan = 0.13, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10596120-
CMYK0.130.200.53
HSL262.5º11.11%42.35%-
HSV(B)262.5º20%47.06%-
XYZ13.412.7319.52-
YUV101.43138.48130.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.71%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 120 (47.27% from 255) = 37.38%
R=32.71%
G=29.91%
B=37.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105961200.130.200.53262.511.1142.35
Hex696078D14035106b2a
Octal15114017015240654061352
Binary11010011100000111100011011010001101011000001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696078; }

 p { color: rgb(105,96,120); }

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

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

 a { background-color: rgb(105,96,120); }

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

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

 span { border-color: rgb(105,96,120); }

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