#696B75

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

Shades of Comet #696B75

Tints of Comet #696B75

Color information

#696B75 (or 0x696B75) is unknown color: approx Comet. HEX triplet: 69, 6B and 75. RGB value is (105,107,117). Sum of RGB (Red+Green+Blue) = 105+107+117=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 117 - color contains mainly: blue. Hex color #696B75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696B75 is #96948A. Grayscale: #6B6B6B. Windows color (decimal): -9868427 or 7695209. OLE color: 7695209.

HSL color Cylindrical-coordinate representation of color #696B75: hue angle of 230º 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 #696B75 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB105107117-
CMYK0.100.0900.54
HSL230º5.41%43.53%-
HSV(B)230º10.26%45.88%-
XYZ14.2914.818.93-
YUV107.54133.34126.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 117 (46.09% from 255) = 35.56%
R=31.91%
G=32.52%
B=35.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051071170.100.0900.542305.4143.53
Hex696B75A9036e652c
Octal1511531651211066346554
Binary11010011101011111010110101001011011011100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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