Html Css Color HEX #6F7077 Comet

📋 copy color: '#6F7077'

red 111 ◦ green 112 ◦ blue 119

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

Shades of Comet #6F7077

Tints of Comet #6F7077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.8%

R = 32.46%
G = 32.75%
B = 34.8%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6F7077 (or 0x6F7077) is known color: Comet. HEX triplet: 6F, 70 and 77. RGB value is (111,112,119). Sum of RGB (Red+Green+Blue) = 111+112+119=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F7077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7077 is #908F88. Grayscale: #707070. Windows color (decimal): -9473929 or 7827567. OLE color: 7827567.

HSL color Cylindrical-coordinate representation of color #6F7077: hue angle of 232.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6F7077 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 112 119 -
CMYK 0.07 0.06 0 0.53
HSL 232.5º 0.03% 0.45% -
HSV(B) 232.5º 0.07% 0.47% -
XYZ 15.68 16.3 19.77 -
YUV 112.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 111 112 119 0.07 0.06 0 0.53 232.5 0.03 0.45
Hex 6F 70 77 7 6 0 35 E8 3 2D
Octal 157 160 167 7 6 0 65 350 3 55
Binary 1101111 1110000 1110111 111 110 0 110101 11101000 11 101101

Color Harmonies of #6F7077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7077

Black with #6F7077

Text Example


Text Example

White with #6F7077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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