Html Css Color HEX #62707E Raven

📋 copy color: '#62707E'

red 98 ◦ green 112 ◦ blue 126

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

Shades of Raven #62707E

Tints of Raven #62707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.5%

R = 29.17%
G = 33.33%
B = 37.5%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62707E (or 0x62707E) is known color: Raven. HEX triplet: 62, 70 and 7E. RGB value is (98,112,126). Sum of RGB (Red+Green+Blue) = 98+112+126=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 126 - color contains mainly: blue. Hex color #62707E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62707E is #9D8F81. Grayscale: #6D6D6D. Windows color (decimal): -10325890 or 8286306. OLE color: 8286306.

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

Color convert

RGB 98 112 126 -
CMYK 0.22 0.11 0 0.51
HSL 210º 0.13% 0.44% -
HSV(B) 210º 0.22% 0.49% -
XYZ 14.6 15.69 22 -
YUV 109.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 98 112 126 0.22 0.11 0 0.51 210 0.13 0.44
Hex 62 70 7E 16 B 0 33 D2 C 2C
Octal 142 160 176 26 13 0 63 322 14 54
Binary 1100010 1110000 1111110 10110 1011 0 110011 11010010 1100 101100

Color Harmonies of #62707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62707E

Black with #62707E

Text Example


Text Example

White with #62707E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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