Html Css Color HEX #62697D Raven

📋 copy color: '#62697D'

red 98 ◦ green 105 ◦ blue 125

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

Shades of Raven #62697D

Tints of Raven #62697D

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

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

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

RGB 98 105 125 -
CMYK 0.22 0.16 0 0.51
HSL 224.44º 0.12% 0.44% -
HSV(B) 224.44º 0.22% 0.49% -
XYZ 13.79 14.18 21.41 -
YUV 105.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 98 105 125 0.22 0.16 0 0.51 224.44 0.12 0.44
Hex 62 69 7D 16 10 0 33 E0 C 2C
Octal 142 151 175 26 20 0 63 340 14 54
Binary 1100010 1101001 1111101 10110 10000 0 110011 11100000 1100 101100

Color Harmonies of #62697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62697D

Black with #62697D

Text Example


Text Example

White with #62697D

Text Example


Text Example

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