Html Css Color HEX #69696B Comet

📋 copy color: '#69696B'

red 105 ◦ green 105 ◦ blue 107

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

Shades of Comet #69696B

Tints of Comet #69696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.75%

R = 33.12%
G = 33.12%
B = 33.75%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#69696B (or 0x69696B) is known color: Comet. HEX triplet: 69, 69 and 6B. RGB value is (105,105,107). Sum of RGB (Red+Green+Blue) = 105+105+107=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 107 - color contains mainly: blue. Hex color #69696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69696B is #969694. Grayscale: #696969. Windows color (decimal): -9868949 or 7039337. OLE color: 7039337.

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

Color convert

RGB 105 105 107 -
CMYK 0.02 0.02 0 0.58
HSL 240º 0.01% 0.42% -
HSV(B) 240º 0.02% 0.42% -
XYZ 13.53 14.17 15.93 -
YUV 105.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 105 105 107 0.02 0.02 0 0.58 240 0.01 0.42
Hex 69 69 6B 2 2 0 3A F0 1 2A
Octal 151 151 153 2 2 0 72 360 1 52
Binary 1101001 1101001 1101011 10 10 0 111010 11110000 1 101010

Color Harmonies of #69696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69696B

Black with #69696B

Text Example


Text Example

White with #69696B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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