Html Css Color HEX #6F7085 Comet

📋 copy color: '#6F7085'

red 111 ◦ green 112 ◦ blue 133

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

Shades of Comet #6F7085

Tints of Comet #6F7085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.36%

R = 31.18%
G = 31.46%
B = 37.36%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6F7085 (or 0x6F7085) is known color: Comet. HEX triplet: 6F, 70 and 85. RGB value is (111,112,133). Sum of RGB (Red+Green+Blue) = 111+112+133=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #6F7085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7085 is #908F7A. Grayscale: #727272. Windows color (decimal): -9473915 or 8745071. OLE color: 8745071.

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

Color convert

RGB 111 112 133 -
CMYK 0.17 0.16 0 0.48
HSL 237.27º 0.09% 0.48% -
HSV(B) 237.27º 0.17% 0.52% -
XYZ 16.58 16.66 24.53 -
YUV 114.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 111 112 133 0.17 0.16 0 0.48 237.27 0.09 0.48
Hex 6F 70 85 11 10 0 30 ED 9 30
Octal 157 160 205 21 20 0 60 355 11 60
Binary 1101111 1110000 10000101 10001 10000 0 110000 11101101 1001 110000

Color Harmonies of #6F7085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7085

Black with #6F7085

Text Example


Text Example

White with #6F7085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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