Html Css Color HEX #6E7985 Raven

📋 copy color: '#6E7985'

red 110 ◦ green 121 ◦ blue 133

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

Shades of Raven #6E7985

Tints of Raven #6E7985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.24%

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 30.22%
G = 33.24%
B = 36.54%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6E7985 (or 0x6E7985) is known color: Raven. HEX triplet: 6E, 79 and 85. RGB value is (110,121,133). Sum of RGB (Red+Green+Blue) = 110+121+133=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 133 - color contains mainly: blue. Hex color #6E7985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7985 is #91867A. Grayscale: #777777. Windows color (decimal): -9537147 or 8747374. OLE color: 8747374.

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

Color convert

RGB 110 121 133 -
CMYK 0.17 0.09 0 0.48
HSL 211.3º 0.09% 0.48% -
HSV(B) 211.3º 0.17% 0.52% -
XYZ 17.5 18.68 24.87 -
YUV 119.08 135.86 121.52 -
System Red Green Blue C M Y K H S L
Decimal 110 121 133 0.17 0.09 0 0.48 211.3 0.09 0.48
Hex 6E 79 85 11 9 0 30 D3 9 30
Octal 156 171 205 21 11 0 60 323 11 60
Binary 1101110 1111001 10000101 10001 1001 0 110000 11010011 1001 110000

Color Harmonies of #6E7985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7985

Black with #6E7985

Text Example


Text Example

White with #6E7985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,121,133); }

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

background-color css

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

 a { background-color: rgb(110,121,133); }

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

border-color css

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

 span { border-color: rgb(110,121,133); }

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