#677585

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

Shades of Raven #677585

Tints of Raven #677585

Color information

#677585 (or 0x677585) is unknown color: approx Raven. HEX triplet: 67, 75 and 85. RGB value is (103,117,133). Sum of RGB (Red+Green+Blue) = 103+117+133=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #677585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677585 is #988A7A. Grayscale: #727272. Windows color (decimal): -9996923 or 8746343. OLE color: 8746343.

HSL color Cylindrical-coordinate representation of color #677585: hue angle of 212º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #677585 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB103117133-
CMYK0.230.1200.48
HSL212º12.71%46.27%-
HSV(B)212º22.56%52.16%-
XYZ16.1917.324.68-
YUV114.64138.36119.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.18%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=29.18%
G=33.14%
B=37.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031171330.230.1200.4821212.7146.27
Hex67758517C030d4d2e
Octal14716520527140603241556
Binary11001111110101100001011011111000110000110101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677585; }

 p { color: rgb(103,117,133); }

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

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

 a { background-color: rgb(103,117,133); }

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

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

 span { border-color: rgb(103,117,133); }

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