Html Css Color HEX #69696A Comet

📋 copy color: '#69696A'

red 105 ◦ green 105 ◦ blue 106

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

Shades of Comet #69696A

Tints of Comet #69696A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 33.23%
G = 33.23%
B = 33.54%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#69696A (or 0x69696A) is known color: Comet. HEX triplet: 69, 69 and 6A. RGB value is (105,105,106). Sum of RGB (Red+Green+Blue) = 105+105+106=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 106 - color contains mainly: blue. Hex color #69696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69696A is #969695. Grayscale: #696969. Windows color (decimal): -9868950 or 6973801. OLE color: 6973801.

HSL color Cylindrical-coordinate representation of color #69696A: hue angle of 240º degrees, saturation: 0, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #69696A is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 105 106 -
CMYK 0.01 0.01 0 0.58
HSL 240º 0% 0.41% -
HSV(B) 240º 0.01% 0.42% -
XYZ 13.48 14.15 15.66 -
YUV 105.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 105 105 106 0.01 0.01 0 0.58 240 0 0.41
Hex 69 69 6A 1 1 0 3A F0 0 29
Octal 151 151 152 1 1 0 72 360 0 51
Binary 1101001 1101001 1101010 1 1 0 111010 11110000 0 101001

Color Harmonies of #69696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69696A

Black with #69696A

Text Example


Text Example

White with #69696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69696A; }

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

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

background-color css

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

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

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

border-color css

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

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

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