Html Css Color HEX #62697C Raven

📋 copy color: '#62697C'

red 98 ◦ green 105 ◦ blue 124

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

Shades of Raven #62697C

Tints of Raven #62697C

RGB

 RED value IS 98 (38.67% from 255) = 29.97%

 GREEN value IS 105 (41.41% from 255) = 32.11%

 BLUE value IS 124 (48.83% from 255) = 37.92%

R = 29.97%
G = 32.11%
B = 37.92%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62697C (or 0x62697C) is known color: Raven. HEX triplet: 62, 69 and 7C. RGB value is (98,105,124). Sum of RGB (Red+Green+Blue) = 98+105+124=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 124 - color contains mainly: blue. Hex color #62697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62697C is #9D9683. Grayscale: #686868. Windows color (decimal): -10327684 or 8153442. OLE color: 8153442.

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

Color convert

RGB 98 105 124 -
CMYK 0.21 0.15 0 0.51
HSL 223.85º 0.12% 0.44% -
HSV(B) 223.85º 0.21% 0.49% -
XYZ 13.73 14.16 21.08 -
YUV 105.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 98 105 124 0.21 0.15 0 0.51 223.85 0.12 0.44
Hex 62 69 7C 15 F 0 33 E0 C 2C
Octal 142 151 174 25 17 0 63 340 14 54
Binary 1100010 1101001 1111100 10101 1111 0 110011 11100000 1100 101100

Color Harmonies of #62697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62697C

Black with #62697C

Text Example


Text Example

White with #62697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62697C;
 }
 .AnyTagClassName
 {
   color: #62697C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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