Html Css Color HEX #6F707F Comet

📋 copy color: '#6F707F'

red 111 ◦ green 112 ◦ blue 127

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

Shades of Comet #6F707F

Tints of Comet #6F707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.29%

R = 31.71%
G = 32%
B = 36.29%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6F707F (or 0x6F707F) is known color: Comet. HEX triplet: 6F, 70 and 7F. RGB value is (111,112,127). Sum of RGB (Red+Green+Blue) = 111+112+127=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F707F is #908F80. Grayscale: #717171. Windows color (decimal): -9473921 or 8351855. OLE color: 8351855.

HSL color Cylindrical-coordinate representation of color #6F707F: hue angle of 236.25º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F707F is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 111 112 127 -
CMYK 0.13 0.12 0 0.50
HSL 236.25º 0.07% 0.47% -
HSV(B) 236.25º 0.13% 0.5% -
XYZ 16.18 16.5 22.41 -
YUV 113.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 111 112 127 0.13 0.12 0 0.50 236.25 0.07 0.47
Hex 6F 70 7F D C 0 32 EC 7 2F
Octal 157 160 177 15 14 0 62 354 7 57
Binary 1101111 1110000 1111111 1101 1100 0 110010 11101100 111 101111

Color Harmonies of #6F707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F707F

Black with #6F707F

Text Example


Text Example

White with #6F707F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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