#696786

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

Shades of Comet #696786

Tints of Comet #696786

Color information

#696786 (or 0x696786) is unknown color: approx Comet. HEX triplet: 69, 67 and 86. RGB value is (105,103,134). Sum of RGB (Red+Green+Blue) = 105+103+134=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 134 - color contains mainly: blue. Hex color #696786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696786 is #969879. Grayscale: #6B6B6B. Windows color (decimal): -9869434 or 8808297. OLE color: 8808297.

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

Color convert

RGB105103134-
CMYK0.220.2300.47
HSL243.87º13.08%46.47%-
HSV(B)243.87º23.13%52.55%-
XYZ14.9814.4224.55-
YUV107.13143.16126.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 134 (52.73% from 255) = 39.18%
R=30.70%
G=30.12%
B=39.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051031340.220.2300.47243.8713.0846.47
Hex696786161702Ff4d2e
Octal15114720626270573641556
Binary110100111001111000011010110101110101111111101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696786; }

 p { color: rgb(105,103,134); }

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

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

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

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

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

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

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