#696B82

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

Shades of Comet #696B82

Tints of Comet #696B82

Color information

#696B82 (or 0x696B82) is unknown color: approx Comet. HEX triplet: 69, 6B and 82. RGB value is (105,107,130). Sum of RGB (Red+Green+Blue) = 105+107+130=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #696B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B82 is #96947D. Grayscale: #6C6C6C. Windows color (decimal): -9868414 or 8547177. OLE color: 8547177.

HSL color Cylindrical-coordinate representation of color #696B82: hue angle of 235.2º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #696B82 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB105107130-
CMYK0.190.1800.49
HSL235.2º10.64%46.08%-
HSV(B)235.2º19.23%50.98%-
XYZ15.1115.1323.24-
YUV109.02139.84125.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=30.70%
G=31.29%
B=38.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051071300.190.1800.49235.210.6446.08
Hex696B821312031ebb2e
Octal15115320223220613531356
Binary110100111010111000001010011100100110001111010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,107,130); }

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

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

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

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

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

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

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