Html Css Color HEX #6E7174 Raven

📋 copy color: '#6E7174'

red 110 ◦ green 113 ◦ blue 116

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

Shades of Raven #6E7174

Tints of Raven #6E7174

RGB

 RED value IS 110 (43.36% from 255) = 32.45%

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

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

R = 32.45%
G = 33.33%
B = 34.22%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E7174 (or 0x6E7174) is known color: Raven. HEX triplet: 6E, 71 and 74. RGB value is (110,113,116). Sum of RGB (Red+Green+Blue) = 110+113+116=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 116 - color contains mainly: blue. Hex color #6E7174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7174 is #918E8B. Grayscale: #707070. Windows color (decimal): -9539212 or 7631214. OLE color: 7631214.

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

Color convert

RGB 110 113 116 -
CMYK 0.05 0.03 0 0.55
HSL 210º 0.03% 0.44% -
HSV(B) 210º 0.05% 0.45% -
XYZ 15.49 16.39 18.87 -
YUV 112.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 110 113 116 0.05 0.03 0 0.55 210 0.03 0.44
Hex 6E 71 74 5 3 0 37 D2 3 2C
Octal 156 161 164 5 3 0 67 322 3 54
Binary 1101110 1110001 1110100 101 11 0 110111 11010010 11 101100

Color Harmonies of #6E7174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7174

Black with #6E7174

Text Example


Text Example

White with #6E7174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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