#677484

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

Shades of Raven #677484

Tints of Raven #677484

Color information

#677484 (or 0x677484) is unknown color: approx Raven. HEX triplet: 67, 74 and 84. RGB value is (103,116,132). Sum of RGB (Red+Green+Blue) = 103+116+132=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #677484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677484 is #988B7B. Grayscale: #717171. Windows color (decimal): -9997180 or 8680551. OLE color: 8680551.

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

Color convert

RGB103116132-
CMYK0.220.1200.48
HSL213.1º12.34%46.08%-
HSV(B)213.1º21.97%51.76%-
XYZ1617.0424.28-
YUV113.94138.19120.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.34%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 132 (51.95% from 255) = 37.61%
R=29.34%
G=33.05%
B=37.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031161320.220.1200.48213.112.3446.08
Hex67748416C030d5c2e
Octal14716420426140603251456
Binary11001111110100100001001011011000110000110101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677484; }

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

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

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

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

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

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

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

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