Html Css Color HEX #696977 Comet

📋 copy color: '#696977'

red 105 ◦ green 105 ◦ blue 119

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

Shades of Comet #696977

Tints of Comet #696977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.17%

R = 31.91%
G = 31.91%
B = 36.17%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#696977 (or 0x696977) is known color: Comet. HEX triplet: 69, 69 and 77. RGB value is (105,105,119). Sum of RGB (Red+Green+Blue) = 105+105+119=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 119 - color contains mainly: blue. Hex color #696977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696977 is #969688. Grayscale: #6A6A6A. Windows color (decimal): -9868937 or 7825769. OLE color: 7825769.

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

Color convert

RGB 105 105 119 -
CMYK 0.12 0.12 0 0.53
HSL 240º 0.06% 0.44% -
HSV(B) 240º 0.12% 0.47% -
XYZ 14.21 14.44 19.49 -
YUV 106.6 135 126.86 -
System Red Green Blue C M Y K H S L
Decimal 105 105 119 0.12 0.12 0 0.53 240 0.06 0.44
Hex 69 69 77 C C 0 35 F0 6 2C
Octal 151 151 167 14 14 0 65 360 6 54
Binary 1101001 1101001 1110111 1100 1100 0 110101 11110000 110 101100

Color Harmonies of #696977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696977

Black with #696977

Text Example


Text Example

White with #696977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696977; }

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

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

background-color css

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

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

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

border-color css

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

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

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