#677284

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

Shades of Raven #677284

Tints of Raven #677284

Color information

#677284 (or 0x677284) is unknown color: approx Raven. HEX triplet: 67, 72 and 84. RGB value is (103,114,132). Sum of RGB (Red+Green+Blue) = 103+114+132=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #677284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677284 is #988D7B. Grayscale: #707070. Windows color (decimal): -9997692 or 8680039. OLE color: 8680039.

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

Color convert

RGB103114132-
CMYK0.220.1400.48
HSL217.24º12.34%46.08%-
HSV(B)217.24º21.97%51.76%-
XYZ15.7816.5824.2-
YUV112.76138.86121.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.51%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=29.51%
G=32.66%
B=37.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031141320.220.1400.48217.2412.3446.08
Hex67728416E030d9c2e
Octal14716220426160603311456
Binary11001111110010100001001011011100110000110110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677284; }

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

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

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

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

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

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

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

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