Html Css Color HEX #696B80 Comet

📋 copy color: '#696B80'

red 105 ◦ green 107 ◦ blue 128

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

Shades of Comet #696B80

Tints of Comet #696B80

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.47%

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

R = 30.88%
G = 31.47%
B = 37.65%

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

#696B80 (or 0x696B80) is known color: Comet. HEX triplet: 69, 6B and 80. RGB value is (105,107,128). Sum of RGB (Red+Green+Blue) = 105+107+128=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 128 - color contains mainly: blue. Hex color #696B80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696B80 is #96947F. Grayscale: #6C6C6C. Windows color (decimal): -9868416 or 8416105. OLE color: 8416105.

HSL color Cylindrical-coordinate representation of color #696B80: hue angle of 234.78º 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 #696B80 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 107 128 -
CMYK 0.18 0.16 0 0.50
HSL 234.78º 0.1% 0.46% -
HSV(B) 234.78º 0.18% 0.5% -
XYZ 14.98 15.08 22.54 -
YUV 108.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 105 107 128 0.18 0.16 0 0.50 234.78 0.1 0.46
Hex 69 6B 80 12 10 0 32 EB A 2E
Octal 151 153 200 22 20 0 62 353 12 56
Binary 1101001 1101011 10000000 10010 10000 0 110010 11101011 1010 101110

Color Harmonies of #696B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B80

Black with #696B80

Text Example


Text Example

White with #696B80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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