#696C88

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

Shades of Comet #696C88

Tints of Comet #696C88

Color information

#696C88 (or 0x696C88) is unknown color: approx Comet. HEX triplet: 69, 6C and 88. RGB value is (105,108,136). Sum of RGB (Red+Green+Blue) = 105+108+136=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 136 - color contains mainly: blue. Hex color #696C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696C88 is #969377. Grayscale: #6E6E6E. Windows color (decimal): -9868152 or 8940649. OLE color: 8940649.

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

Color convert

RGB105108136-
CMYK0.230.2100.47
HSL234.19º12.86%47.25%-
HSV(B)234.19º22.79%53.33%-
XYZ15.6315.5125.46-
YUV110.3142.51124.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.09%
GREEN value IS 108 (42.58% from 255) = 30.95%
BLUE value IS 136 (53.52% from 255) = 38.97%
R=30.09%
G=30.95%
B=38.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051081360.230.2100.47234.1912.8647.25
Hex696C88171502Fead2f
Octal15115421027250573521557
Binary110100111011001000100010111101010101111111010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,108,136); }

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

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

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

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

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

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

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