#62697D

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

Shades of Raven #62697D

Tints of Raven #62697D

Color information

#62697D (or 0x62697D) is unknown color: approx Raven. HEX triplet: 62, 69 and 7D. RGB value is (98,105,125). Sum of RGB (Red+Green+Blue) = 98+105+125=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 125 - color contains mainly: blue. Hex color #62697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62697D is #9D9682. Grayscale: #696969. Windows color (decimal): -10327683 or 8218978. OLE color: 8218978.

HSL color Cylindrical-coordinate representation of color #62697D: hue angle of 224.44º 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 #62697D is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB98105125-
CMYK0.220.1600.51
HSL224.44º12.11%43.73%-
HSV(B)224.44º21.6%49.02%-
XYZ13.7914.1821.41-
YUV105.19139.18122.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.88%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 125 (49.22% from 255) = 38.11%
R=29.88%
G=32.01%
B=38.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal981051250.220.1600.51224.4412.1143.73
Hex62697D1610033e0c2c
Octal14215117526200633401454
Binary11000101101001111110110110100000110011111000001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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