#69757F

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

Shades of Raven #69757F

Tints of Raven #69757F

Color information

#69757F (or 0x69757F) is unknown color: approx Raven. HEX triplet: 69, 75 and 7F. RGB value is (105,117,127). Sum of RGB (Red+Green+Blue) = 105+117+127=349 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30.09% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 127 - color contains mainly: blue. Hex color #69757F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69757F is #968A80. Grayscale: #727272. Windows color (decimal): -9865857 or 8353129. OLE color: 8353129.

HSL color Cylindrical-coordinate representation of color #69757F: hue angle of 207.27º 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 #69757F is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB105117127-
CMYK0.170.0800.50
HSL207.27º9.48%45.49%-
HSV(B)207.27º17.32%49.8%-
XYZ16.0217.2622.57-
YUV114.55135.02121.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.09%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 127 (50% from 255) = 36.39%
R=30.09%
G=33.52%
B=36.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1051171270.170.0800.50207.279.4845.49
Hex69757F118032cf92d
Octal15116517721100623171155
Binary1101001111010111111111000110000110010110011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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