Html Css Color HEX #6F707D Comet

📋 copy color: '#6F707D'

red 111 ◦ green 112 ◦ blue 125

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

Shades of Comet #6F707D

Tints of Comet #6F707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 31.9%
G = 32.18%
B = 35.92%

CMYK

 C value IS 0.11

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F707D (or 0x6F707D) is known color: Comet. HEX triplet: 6F, 70 and 7D. RGB value is (111,112,125). Sum of RGB (Red+Green+Blue) = 111+112+125=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F707D is #908F82. Grayscale: #717171. Windows color (decimal): -9473923 or 8220783. OLE color: 8220783.

HSL color Cylindrical-coordinate representation of color #6F707D: hue angle of 235.71º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6F707D is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 111 112 125 -
CMYK 0.11 0.10 0 0.51
HSL 235.71º 0.06% 0.46% -
HSV(B) 235.71º 0.11% 0.49% -
XYZ 16.05 16.45 21.73 -
YUV 113.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 111 112 125 0.11 0.10 0 0.51 235.71 0.06 0.46
Hex 6F 70 7D B A 0 33 EC 6 2E
Octal 157 160 175 13 12 0 63 354 6 56
Binary 1101111 1110000 1111101 1011 1010 0 110011 11101100 110 101110

Color Harmonies of #6F707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F707D

Black with #6F707D

Text Example


Text Example

White with #6F707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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