#62697E

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

Shades of Raven #62697E

Tints of Raven #62697E

Color information

#62697E (or 0x62697E) is unknown color: approx Raven. HEX triplet: 62, 69 and 7E. RGB value is (98,105,126). Sum of RGB (Red+Green+Blue) = 98+105+126=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 126 - color contains mainly: blue. Hex color #62697E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62697E is #9D9681. Grayscale: #696969. Windows color (decimal): -10327682 or 8284514. OLE color: 8284514.

HSL color Cylindrical-coordinate representation of color #62697E: hue angle of 225º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #62697E is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB98105126-
CMYK0.220.1700.51
HSL225º12.5%43.92%-
HSV(B)225º22.22%49.41%-
XYZ13.8514.2121.75-
YUV105.3139.68122.79-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.79%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=29.79%
G=31.91%
B=38.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal981051260.220.1700.5122512.543.92
Hex62697E1611033e1c2c
Octal14215117626210633411454
Binary11000101101001111111010110100010110011111000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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