#696888

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

Shades of Comet #696888

Tints of Comet #696888

Color information

#696888 (or 0x696888) is unknown color: approx Comet. HEX triplet: 69, 68 and 88. RGB value is (105,104,136). Sum of RGB (Red+Green+Blue) = 105+104+136=345 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.43% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #696888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696888 is #969777. Grayscale: #6B6B6B. Windows color (decimal): -9869176 or 8939625. OLE color: 8939625.

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

Color convert

RGB105104136-
CMYK0.230.2400.47
HSL241.88º13.33%47.06%-
HSV(B)241.88º23.53%53.33%-
XYZ15.2214.6825.32-
YUV107.95143.83125.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.43%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 136 (53.52% from 255) = 39.42%
R=30.43%
G=30.14%
B=39.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051041360.230.2400.47241.8813.3347.06
Hex696888171802Ff2d2f
Octal15115021027300573621557
Binary110100111010001000100010111110000101111111100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696888; }

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

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

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

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

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

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

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

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