Html Css Color HEX #6F7B6E Davy's Grey

📋 copy color: '#6F7B6E'

red 111 ◦ green 123 ◦ blue 110

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

Shades of Davy's Grey #6F7B6E

Tints of Davy's Grey #6F7B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.76%

 BLUE value IS 110 (43.36% from 255) = 31.98%

R = 32.27%
G = 35.76%
B = 31.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#6F7B6E (or 0x6F7B6E) is known color: Davy's Grey. HEX triplet: 6F, 7B and 6E. RGB value is (111,123,110). Sum of RGB (Red+Green+Blue) = 111+123+110=344 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.27% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 123 - color contains mainly: green. Hex color #6F7B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7B6E is #908491. Grayscale: #757575. Windows color (decimal): -9471122 or 7240559. OLE color: 7240559.

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

Color convert

RGB 111 123 110 -
CMYK 0.10 0 0.11 0.52
HSL 115.38º 0.06% 0.46% -
HSV(B) 115.38º 0.11% 0.48% -
XYZ 16.45 18.67 17.49 -
YUV 117.93 123.52 123.06 -
System Red Green Blue C M Y K H S L
Decimal 111 123 110 0.10 0 0.11 0.52 115.38 0.06 0.46
Hex 6F 7B 6E A 0 B 34 73 6 2E
Octal 157 173 156 12 0 13 64 163 6 56
Binary 1101111 1111011 1101110 1010 0 1011 110100 1110011 110 101110

Color Harmonies of #6F7B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7B6E

Black with #6F7B6E

Text Example


Text Example

White with #6F7B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,123,110); }

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

background-color css

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

 a { background-color: rgb(111,123,110); }

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

border-color css

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

 span { border-color: rgb(111,123,110); }

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