Html Css Color HEX #6E777E Raven

📋 copy color: '#6E777E'

red 110 ◦ green 119 ◦ blue 126

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

Shades of Raven #6E777E

Tints of Raven #6E777E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.52%

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 30.99%
G = 33.52%
B = 35.49%

CMYK

 C value IS 0.13

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E777E (or 0x6E777E) is known color: Raven. HEX triplet: 6E, 77 and 7E. RGB value is (110,119,126). Sum of RGB (Red+Green+Blue) = 110+119+126=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 126 - color contains mainly: blue. Hex color #6E777E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E777E is #918881. Grayscale: #757575. Windows color (decimal): -9537666 or 8288110. OLE color: 8288110.

HSL color Cylindrical-coordinate representation of color #6E777E: hue angle of 206.25º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6E777E is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 119 126 -
CMYK 0.13 0.06 0 0.51
HSL 206.25º 0.07% 0.46% -
HSV(B) 206.25º 0.13% 0.49% -
XYZ 16.79 18.02 22.33 -
YUV 117.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 110 119 126 0.13 0.06 0 0.51 206.25 0.07 0.46
Hex 6E 77 7E D 6 0 33 CE 7 2E
Octal 156 167 176 15 6 0 63 316 7 56
Binary 1101110 1110111 1111110 1101 110 0 110011 11001110 111 101110

Color Harmonies of #6E777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E777E

Black with #6E777E

Text Example


Text Example

White with #6E777E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,119,126); }

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

background-color css

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

 a { background-color: rgb(110,119,126); }

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

border-color css

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

 span { border-color: rgb(110,119,126); }

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