#687483

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

Shades of Raven #687483

Tints of Raven #687483

Color information

#687483 (or 0x687483) is unknown color: approx Raven. HEX triplet: 68, 74 and 83. RGB value is (104,116,131). Sum of RGB (Red+Green+Blue) = 104+116+131=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 131 - color contains mainly: blue. Hex color #687483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687483 is #978B7C. Grayscale: #727272. Windows color (decimal): -9931645 or 8615016. OLE color: 8615016.

HSL color Cylindrical-coordinate representation of color #687483: hue angle of 213.33º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #687483 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB104116131-
CMYK0.210.1100.49
HSL213.33º11.49%46.08%-
HSV(B)213.33º20.61%51.37%-
XYZ16.0517.0723.92-
YUV114.12137.52120.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.63%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 131 (51.56% from 255) = 37.32%
R=29.63%
G=33.05%
B=37.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041161310.210.1100.49213.3311.4946.08
Hex68748315B031d5b2e
Octal15016420325130613251356
Binary11010001110100100000111010110110110001110101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687483; }

 p { color: rgb(104,116,131); }

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

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

 a { background-color: rgb(104,116,131); }

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

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

 span { border-color: rgb(104,116,131); }

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