Html Css Color HEX #62697A Raven

📋 copy color: '#62697A'

red 98 ◦ green 105 ◦ blue 122

#62697A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raven #62697A

Tints of Raven #62697A

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 value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#62697A (or 0x62697A) is known color: 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

RGB 98 105 122 -
CMYK 0.20 0.14 0 0.52
HSL 222.5º 0.11% 0.43% -
HSV(B) 222.5º 0.2% 0.48% -
XYZ 13.6 14.1 20.42 -
YUV 104.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 98 105 122 0.20 0.14 0 0.52 222.5 0.11 0.43
Hex 62 69 7A 14 E 0 34 DE B 2B
Octal 142 151 172 24 16 0 64 336 13 53
Binary 1100010 1101001 1111010 10100 1110 0 110100 11011110 1011 101011

Color Harmonies of #62697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62697A

Black with #62697A

Text Example


Text Example

White with #62697A

Text Example


Text Example

HTML Codes & Css Web 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>