#606779

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

Shades of Raven #606779

Tints of Raven #606779

Color information

#606779 (or 0x606779) is unknown color: approx Raven. HEX triplet: 60, 67 and 79. RGB value is (96,103,121). Sum of RGB (Red+Green+Blue) = 96+103+121=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 121 - color contains mainly: blue. Hex color #606779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606779 is #9F9886. Grayscale: #666666. Windows color (decimal): -10459271 or 7956320. OLE color: 7956320.

HSL color Cylindrical-coordinate representation of color #606779: hue angle of 223.2º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #606779 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB96103121-
CMYK0.210.1500.53
HSL223.2º11.52%42.55%-
HSV(B)223.2º20.66%47.45%-
XYZ13.1313.5720.02-
YUV102.96138.18123.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30%
GREEN value IS 103 (40.62% from 255) = 32.19%
BLUE value IS 121 (47.66% from 255) = 37.81%
R=30%
G=32.19%
B=37.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961031210.210.1500.53223.211.5242.55
Hex60677915F035dfc2b
Octal14014717125170653371453
Binary1100000110011111110011010111110110101110111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606779; }

 p { color: rgb(96,103,121); }

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

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

 a { background-color: rgb(96,103,121); }

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

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

 span { border-color: rgb(96,103,121); }

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