Html Css Color HEX #6F707A Comet

📋 copy color: '#6F707A'

red 111 ◦ green 112 ◦ blue 122

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

Shades of Comet #6F707A

Tints of Comet #6F707A

RGB

 RED value IS 111 (43.75% from 255) = 32.17%

 GREEN value IS 112 (44.14% from 255) = 32.46%

 BLUE value IS 122 (48.05% from 255) = 35.36%

R = 32.17%
G = 32.46%
B = 35.36%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6F707A (or 0x6F707A) is known color: Comet. HEX triplet: 6F, 70 and 7A. RGB value is (111,112,122). Sum of RGB (Red+Green+Blue) = 111+112+122=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F707A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F707A is #908F85. Grayscale: #707070. Windows color (decimal): -9473926 or 8024175. OLE color: 8024175.

HSL color Cylindrical-coordinate representation of color #6F707A: hue angle of 234.55º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6F707A is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 111 112 122 -
CMYK 0.09 0.08 0 0.52
HSL 234.55º 0.05% 0.46% -
HSV(B) 234.55º 0.09% 0.48% -
XYZ 15.86 16.37 20.74 -
YUV 112.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 111 112 122 0.09 0.08 0 0.52 234.55 0.05 0.46
Hex 6F 70 7A 9 8 0 34 EB 5 2E
Octal 157 160 172 11 10 0 64 353 5 56
Binary 1101111 1110000 1111010 1001 1000 0 110100 11101011 101 101110

Color Harmonies of #6F707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F707A

Black with #6F707A

Text Example


Text Example

White with #6F707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F707A; }

 p { color: rgb(111,112,122); }

 H1.HeaderClassName
 {
   color: #6F707A;
 }
 .AnyTagClassName
 {
   color: #6F707A;
 }
</style>

background-color css

<style>
 a { background-color: #6F707A; }

 a { background-color: rgb(111,112,122); }

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

border-color css

<style>
 span { border-color: #6F707A; }

 span { border-color: rgb(111,112,122); }

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