#62697A

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

Shades of Raven #62697A

Tints of Raven #62697A

Color information

#62697A (or 0x62697A) is unknown color: approx Raven. HEX triplet: 62, 69 and 7A. RGB value is (98,105,122). Sum of RGB (Red+Green+Blue) = 98+105+122=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 122 - color contains mainly: blue. Hex color #62697A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62697A is #9D9685. Grayscale: #686868. Windows color (decimal): -10327686 or 8022370. OLE color: 8022370.

HSL color Cylindrical-coordinate representation of color #62697A: hue angle of 222.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #62697A is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB98105122-
CMYK0.200.1400.52
HSL222.5º10.91%43.14%-
HSV(B)222.5º19.67%47.84%-
XYZ13.614.120.42-
YUV104.84137.68123.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.15%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=30.15%
G=32.31%
B=37.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal981051220.200.1400.52222.510.9143.14
Hex62697A14E034deb2b
Octal14215117224160643361353
Binary1100010110100111110101010011100110100110111101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62697A; }

 p { color: rgb(98,105,122); }

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

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

 a { background-color: rgb(98,105,122); }

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

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

 span { border-color: rgb(98,105,122); }

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