Html Css Color HEX #696976 Comet

📋 copy color: '#696976'

red 105 ◦ green 105 ◦ blue 118

#696976
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #696976

Tints of Comet #696976

RGB

 RED value IS 105 (41.41% from 255) = 32.01%

 GREEN value IS 105 (41.41% from 255) = 32.01%

 BLUE value IS 118 (46.48% from 255) = 35.98%

R = 32.01%
G = 32.01%
B = 35.98%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#696976 (or 0x696976) is known color: Comet. HEX triplet: 69, 69 and 76. RGB value is (105,105,118). Sum of RGB (Red+Green+Blue) = 105+105+118=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 118 (46.48% from 255 or 35.98% from 328); Max value from RGB is 118 - color contains mainly: blue. Hex color #696976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696976 is #969689. Grayscale: #6A6A6A. Windows color (decimal): -9868938 or 7760233. OLE color: 7760233.

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

Color convert

RGB 105 105 118 -
CMYK 0.11 0.11 0 0.54
HSL 240º 0.06% 0.44% -
HSV(B) 240º 0.11% 0.46% -
XYZ 14.15 14.41 19.18 -
YUV 106.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 105 105 118 0.11 0.11 0 0.54 240 0.06 0.44
Hex 69 69 76 B B 0 36 F0 6 2C
Octal 151 151 166 13 13 0 66 360 6 54
Binary 1101001 1101001 1110110 1011 1011 0 110110 11110000 110 101100

Color Harmonies of #696976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696976

Black with #696976

Text Example


Text Example

White with #696976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696976; }

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

 H1.HeaderClassName
 {
   color: #696976;
 }
 .AnyTagClassName
 {
   color: #696976;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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