Html Css Color HEX #6F747B Raven

📋 copy color: '#6F747B'

red 111 ◦ green 116 ◦ blue 123

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

Shades of Raven #6F747B

Tints of Raven #6F747B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

 BLUE value IS 123 (48.44% from 255) = 35.14%

R = 31.71%
G = 33.14%
B = 35.14%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6F747B (or 0x6F747B) is known color: Raven. HEX triplet: 6F, 74 and 7B. RGB value is (111,116,123). Sum of RGB (Red+Green+Blue) = 111+116+123=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F747B is #908B84. Grayscale: #737373. Windows color (decimal): -9472901 or 8090735. OLE color: 8090735.

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

Color convert

RGB 111 116 123 -
CMYK 0.10 0.06 0 0.52
HSL 215º 0.05% 0.46% -
HSV(B) 215º 0.1% 0.48% -
XYZ 16.38 17.3 21.22 -
YUV 115.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 111 116 123 0.10 0.06 0 0.52 215 0.05 0.46
Hex 6F 74 7B A 6 0 34 D7 5 2E
Octal 157 164 173 12 6 0 64 327 5 56
Binary 1101111 1110100 1111011 1010 110 0 110100 11010111 101 101110

Color Harmonies of #6F747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F747B

Black with #6F747B

Text Example


Text Example

White with #6F747B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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