#696A89

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

Shades of Comet #696A89

Tints of Comet #696A89

Color information

#696A89 (or 0x696A89) is unknown color: approx Comet. HEX triplet: 69, 6A and 89. RGB value is (105,106,137). Sum of RGB (Red+Green+Blue) = 105+106+137=348 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.17% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #696A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696A89 is #969576. Grayscale: #6D6D6D. Windows color (decimal): -9868663 or 9005673. OLE color: 9005673.

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

Color convert

RGB105106137-
CMYK0.230.2300.46
HSL238.12º13.22%47.45%-
HSV(B)238.12º23.36%53.73%-
XYZ15.515.1225.77-
YUV109.23143.67124.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.17%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 137 (53.91% from 255) = 39.37%
R=30.17%
G=30.46%
B=39.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1051061370.230.2300.46238.1213.2247.45
Hex696A89171702Eeed2f
Octal15115221127270563561557
Binary110100111010101000100110111101110101110111011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696A89; }

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

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

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

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

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

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

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

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