#677385

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

Shades of Raven #677385

Tints of Raven #677385

Color information

#677385 (or 0x677385) is unknown color: approx Raven. HEX triplet: 67, 73 and 85. RGB value is (103,115,133). Sum of RGB (Red+Green+Blue) = 103+115+133=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #677385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677385 is #988C7A. Grayscale: #717171. Windows color (decimal): -9997435 or 8745831. OLE color: 8745831.

HSL color Cylindrical-coordinate representation of color #677385: hue angle of 216º 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 #677385 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB103115133-
CMYK0.230.1400.48
HSL216º12.71%46.27%-
HSV(B)216º22.56%52.16%-
XYZ15.9616.8424.6-
YUV113.46139.02120.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.34%
GREEN value IS 115 (45.31% from 255) = 32.76%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=29.34%
G=32.76%
B=37.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031151330.230.1400.4821612.7146.27
Hex67738517E030d8d2e
Octal14716320527160603301556
Binary11001111110011100001011011111100110000110110001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677385; }

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

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

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

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

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

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

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

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