Html Css Color HEX #696C80 Comet

📋 copy color: '#696C80'

red 105 ◦ green 108 ◦ blue 128

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

Shades of Comet #696C80

Tints of Comet #696C80

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.67%

 BLUE value IS 128 (50.39% from 255) = 37.54%

R = 30.79%
G = 31.67%
B = 37.54%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#696C80 (or 0x696C80) is known color: Comet. HEX triplet: 69, 6C and 80. RGB value is (105,108,128). Sum of RGB (Red+Green+Blue) = 105+108+128=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 128 - color contains mainly: blue. Hex color #696C80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696C80 is #96937F. Grayscale: #6D6D6D. Windows color (decimal): -9868160 or 8416361. OLE color: 8416361.

HSL color Cylindrical-coordinate representation of color #696C80: hue angle of 232.17º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #696C80 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 108 128 -
CMYK 0.18 0.16 0 0.50
HSL 232.17º 0.1% 0.46% -
HSV(B) 232.17º 0.18% 0.5% -
XYZ 15.08 15.29 22.58 -
YUV 109.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 105 108 128 0.18 0.16 0 0.50 232.17 0.1 0.46
Hex 69 6C 80 12 10 0 32 E8 A 2E
Octal 151 154 200 22 20 0 62 350 12 56
Binary 1101001 1101100 10000000 10010 10000 0 110010 11101000 1010 101110

Color Harmonies of #696C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696C80

Black with #696C80

Text Example


Text Example

White with #696C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,108,128); }

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

background-color css

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

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

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

border-color css

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

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

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