#6F7173

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

Shades of Raven #6F7173

Tints of Raven #6F7173

Color information

#6F7173 (or 0x6F7173) is unknown color: approx Raven. HEX triplet: 6F, 71 and 73. RGB value is (111,113,115). Sum of RGB (Red+Green+Blue) = 111+113+115=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F7173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7173 is #908E8C. Grayscale: #707070. Windows color (decimal): -9473677 or 7565679. OLE color: 7565679.

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

Color convert

RGB111113115-
CMYK0.030.0200.55
HSL210º1.77%44.31%-
HSV(B)210º3.48%45.1%-
XYZ15.5616.4318.57-
YUV112.63129.34126.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.74%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 115 (45.31% from 255) = 33.92%
R=32.74%
G=33.33%
B=33.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1111131150.030.0200.552101.7744.31
Hex6F717332037d222c
Octal15716116332067322254
Binary110111111100011110011111001101111101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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