Html Css Color HEX #62707D Raven

📋 copy color: '#62707D'

red 98 ◦ green 112 ◦ blue 125

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

Shades of Raven #62707D

Tints of Raven #62707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

 BLUE value IS 125 (49.22% from 255) = 37.31%

R = 29.25%
G = 33.43%
B = 37.31%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62707D (or 0x62707D) is known color: Raven. HEX triplet: 62, 70 and 7D. RGB value is (98,112,125). Sum of RGB (Red+Green+Blue) = 98+112+125=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 125 - color contains mainly: blue. Hex color #62707D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62707D is #9D8F82. Grayscale: #6D6D6D. Windows color (decimal): -10325891 or 8220770. OLE color: 8220770.

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

Color convert

RGB 98 112 125 -
CMYK 0.22 0.10 0 0.51
HSL 208.89º 0.12% 0.44% -
HSV(B) 208.89º 0.22% 0.49% -
XYZ 14.53 15.67 21.66 -
YUV 109.3 136.86 119.94 -
System Red Green Blue C M Y K H S L
Decimal 98 112 125 0.22 0.10 0 0.51 208.89 0.12 0.44
Hex 62 70 7D 16 A 0 33 D1 C 2C
Octal 142 160 175 26 12 0 63 321 14 54
Binary 1100010 1110000 1111101 10110 1010 0 110011 11010001 1100 101100

Color Harmonies of #62707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62707D

Black with #62707D

Text Example


Text Example

White with #62707D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62707D;
 }
 .AnyTagClassName
 {
   color: #62707D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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