#607081

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

Shades of Raven #607081

Tints of Raven #607081

Color information

#607081 (or 0x607081) is unknown color: approx Raven. HEX triplet: 60, 70 and 81. RGB value is (96,112,129). Sum of RGB (Red+Green+Blue) = 96+112+129=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 129 - color contains mainly: blue. Hex color #607081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607081 is #9F8F7E. Grayscale: #6D6D6D. Windows color (decimal): -10456959 or 8482912. OLE color: 8482912.

HSL color Cylindrical-coordinate representation of color #607081: hue angle of 210.91º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #607081 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB96112129-
CMYK0.260.1300.49
HSL210.91º14.67%44.12%-
HSV(B)210.91º25.58%50.59%-
XYZ14.5815.6623.02-
YUV109.15139.2118.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.49%
GREEN value IS 112 (44.14% from 255) = 33.23%
BLUE value IS 129 (50.78% from 255) = 38.28%
R=28.49%
G=33.23%
B=38.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal961121290.260.1300.49210.9114.6744.12
Hex6070811AD031d3f2c
Octal14016020132150613231754
Binary11000001110000100000011101011010110001110100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607081; }

 p { color: rgb(96,112,129); }

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

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

 a { background-color: rgb(96,112,129); }

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

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

 span { border-color: rgb(96,112,129); }

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