#696975

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

Shades of Comet #696975

Tints of Comet #696975

Color information

#696975 (or 0x696975) is unknown color: approx Comet. HEX triplet: 69, 69 and 75. RGB value is (105,105,117). Sum of RGB (Red+Green+Blue) = 105+105+117=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 117 - color contains mainly: blue. Hex color #696975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696975 is #96968A. Grayscale: #6A6A6A. Windows color (decimal): -9868939 or 7694697. OLE color: 7694697.

HSL color Cylindrical-coordinate representation of color #696975: hue angle of 240º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #696975 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB105105117-
CMYK0.100.1000.54
HSL240º5.41%43.53%-
HSV(B)240º10.26%45.88%-
XYZ14.0914.3918.86-
YUV106.37134127.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=32.11%
G=32.11%
B=35.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051051170.100.1000.542405.4143.53
Hex696975AA036f052c
Octal1511511651212066360554
Binary11010011101001111010110101010011011011110000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696975; }

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

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

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

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

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

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

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

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