Html Css Color HEX #696A71 Comet

📋 copy color: '#696A71'

red 105 ◦ green 106 ◦ blue 113

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

Shades of Comet #696A71

Tints of Comet #696A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.72%

 BLUE value IS 113 (44.53% from 255) = 34.88%

R = 32.41%
G = 32.72%
B = 34.88%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#696A71 (or 0x696A71) is known color: Comet. HEX triplet: 69, 6A and 71. RGB value is (105,106,113). Sum of RGB (Red+Green+Blue) = 105+106+113=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 113 - color contains mainly: blue. Hex color #696A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A71 is #96958E. Grayscale: #6A6A6A. Windows color (decimal): -9868687 or 7432809. OLE color: 7432809.

HSL color Cylindrical-coordinate representation of color #696A71: hue angle of 232.5º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #696A71 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 106 113 -
CMYK 0.07 0.06 0 0.56
HSL 232.5º 0.04% 0.43% -
HSV(B) 232.5º 0.07% 0.44% -
XYZ 13.96 14.5 17.69 -
YUV 106.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 105 106 113 0.07 0.06 0 0.56 232.5 0.04 0.43
Hex 69 6A 71 7 6 0 38 E8 4 2B
Octal 151 152 161 7 6 0 70 350 4 53
Binary 1101001 1101010 1110001 111 110 0 111000 11101000 100 101011

Color Harmonies of #696A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696A71

Black with #696A71

Text Example


Text Example

White with #696A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,106,113); }

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

background-color css

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

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

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

border-color css

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

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

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