Html Css Color HEX #6F7084 Comet

📋 copy color: '#6F7084'

red 111 ◦ green 112 ◦ blue 132

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

Shades of Comet #6F7084

Tints of Comet #6F7084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.18%

R = 31.27%
G = 31.55%
B = 37.18%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6F7084 (or 0x6F7084) is known color: Comet. HEX triplet: 6F, 70 and 84. RGB value is (111,112,132). Sum of RGB (Red+Green+Blue) = 111+112+132=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F7084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7084 is #908F7B. Grayscale: #717171. Windows color (decimal): -9473916 or 8679535. OLE color: 8679535.

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

Color convert

RGB 111 112 132 -
CMYK 0.16 0.15 0 0.48
HSL 237.14º 0.09% 0.48% -
HSV(B) 237.14º 0.16% 0.52% -
XYZ 16.51 16.63 24.17 -
YUV 113.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 111 112 132 0.16 0.15 0 0.48 237.14 0.09 0.48
Hex 6F 70 84 10 F 0 30 ED 9 30
Octal 157 160 204 20 17 0 60 355 11 60
Binary 1101111 1110000 10000100 10000 1111 0 110000 11101101 1001 110000

Color Harmonies of #6F7084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7084

Black with #6F7084

Text Example


Text Example

White with #6F7084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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