#69707F

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

Shades of Raven #69707F

Tints of Raven #69707F

Color information

#69707F (or 0x69707F) is unknown color: approx Raven. HEX triplet: 69, 70 and 7F. RGB value is (105,112,127). Sum of RGB (Red+Green+Blue) = 105+112+127=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #69707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69707F is #968F80. Grayscale: #6F6F6F. Windows color (decimal): -9867137 or 8351849. OLE color: 8351849.

HSL color Cylindrical-coordinate representation of color #69707F: hue angle of 220.91º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #69707F is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB105112127-
CMYK0.170.1200.50
HSL220.91º9.48%45.49%-
HSV(B)220.91º17.32%49.8%-
XYZ15.4516.1222.38-
YUV111.62136.68123.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.52%
GREEN value IS 112 (44.14% from 255) = 32.56%
BLUE value IS 127 (50% from 255) = 36.92%
R=30.52%
G=32.56%
B=36.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1051121270.170.1200.50220.919.4845.49
Hex69707F11C032dd92d
Octal15116017721140623351155
Binary1101001111000011111111000111000110010110111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69707F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69707F; }

 p { color: rgb(105,112,127); }

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

<style>
 a { background-color: #69707F; }

 a { background-color: rgb(105,112,127); }

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

<style>
 span { border-color: #69707F; }

 span { border-color: rgb(105,112,127); }

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