#696989

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

Shades of Comet #696989

Tints of Comet #696989

Color information

#696989 (or 0x696989) is unknown color: approx Comet. HEX triplet: 69, 69 and 89. RGB value is (105,105,137). Sum of RGB (Red+Green+Blue) = 105+105+137=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 137 - color contains mainly: blue. Hex color #696989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696989 is #969676. Grayscale: #6C6C6C. Windows color (decimal): -9868919 or 9005417. OLE color: 9005417.

HSL color Cylindrical-coordinate representation of color #696989: hue angle of 240º 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 #696989 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB105105137-
CMYK0.230.2300.46
HSL240º13.22%47.45%-
HSV(B)240º23.36%53.73%-
XYZ15.3914.9125.73-
YUV108.65144125.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=30.26%
G=30.26%
B=39.48%

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
Decimal1051051370.230.2300.4624013.2247.45
Hex696989171702Ef0d2f
Octal15115121127270563601557
Binary110100111010011000100110111101110101110111100001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696989; }

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

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

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

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

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

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

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

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