Html Css Color HEX #6F7174 Raven

📋 copy color: '#6F7174'

red 111 ◦ green 113 ◦ blue 116

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

Shades of Raven #6F7174

Tints of Raven #6F7174

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.24%

 BLUE value IS 116 (45.7% from 255) = 34.12%

R = 32.65%
G = 33.24%
B = 34.12%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F7174 (or 0x6F7174) is known color: Raven. HEX triplet: 6F, 71 and 74. RGB value is (111,113,116). Sum of RGB (Red+Green+Blue) = 111+113+116=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 116 - color contains mainly: blue. Hex color #6F7174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7174 is #908E8B. Grayscale: #707070. Windows color (decimal): -9473676 or 7631215. OLE color: 7631215.

HSL color Cylindrical-coordinate representation of color #6F7174: hue angle of 216º degrees, saturation: 0.02, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6F7174 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 111 113 116 -
CMYK 0.04 0.03 0 0.55
HSL 216º 0.02% 0.45% -
HSV(B) 216º 0.04% 0.45% -
XYZ 15.61 16.45 18.88 -
YUV 112.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 111 113 116 0.04 0.03 0 0.55 216 0.02 0.45
Hex 6F 71 74 4 3 0 37 D8 2 2D
Octal 157 161 164 4 3 0 67 330 2 55
Binary 1101111 1110001 1110100 100 11 0 110111 11011000 10 101101

Color Harmonies of #6F7174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7174

Black with #6F7174

Text Example


Text Example

White with #6F7174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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