#6F737A

Color #6F737A Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #6F737A

Tints of Raven #6F737A

Color information

#6F737A (or 0x6F737A) is unknown color: approx Raven. HEX triplet: 6F, 73 and 7A. RGB value is (111,115,122). Sum of RGB (Red+Green+Blue) = 111+115+122=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F737A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F737A is #908C85. Grayscale: #727272. Windows color (decimal): -9473158 or 8024943. OLE color: 8024943.

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

Color convert

RGB111115122-
CMYK0.090.0600.52
HSL218.18º4.72%45.69%-
HSV(B)218.18º9.02%47.84%-
XYZ16.217.0520.85-
YUV114.6132.17125.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.90%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 122 (48.05% from 255) = 35.06%
R=31.90%
G=33.05%
B=35.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1111151220.090.0600.52218.184.7245.69
Hex6F737A96034da52e
Octal157163172116064332556
Binary1101111111001111110101001110011010011011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,115,122); }

 H1.HeaderClassName
 {
   color: #6F737A;
 }
 .AnyTagClassName
 {
   color: #6F737A;
 }
</style>
background-color css

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

 a { background-color: rgb(111,115,122); }

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

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

 span { border-color: rgb(111,115,122); }

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