#677287

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

Shades of Raven #677287

Tints of Raven #677287

Color information

#677287 (or 0x677287) is unknown color: approx Raven. HEX triplet: 67, 72 and 87. RGB value is (103,114,135). Sum of RGB (Red+Green+Blue) = 103+114+135=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 135 - color contains mainly: blue. Hex color #677287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677287 is #988D78. Grayscale: #717171. Windows color (decimal): -9997689 or 8876647. OLE color: 8876647.

HSL color Cylindrical-coordinate representation of color #677287: hue angle of 219.38º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #677287 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB103114135-
CMYK0.240.1600.47
HSL219.38º13.45%46.67%-
HSV(B)219.38º23.7%52.94%-
XYZ15.9816.6725.3-
YUV113.1140.36120.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.26%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 135 (53.12% from 255) = 38.35%
R=29.26%
G=32.39%
B=38.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031141350.240.1600.47219.3813.4546.67
Hex677287181002Fdbd2f
Octal14716220730200573331557
Binary110011111100101000011111000100000101111110110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677287; }

 p { color: rgb(103,114,135); }

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

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

 a { background-color: rgb(103,114,135); }

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

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

 span { border-color: rgb(103,114,135); }

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