Html Css Color HEX #62697E Raven

📋 copy color: '#62697E'

red 98 ◦ green 105 ◦ blue 126

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

Shades of Raven #62697E

Tints of Raven #62697E

RGB

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

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

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

R = 29.79%
G = 31.91%
B = 38.3%

CMYK

 C value IS 0.22

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#62697E (or 0x62697E) is known color: Raven. HEX triplet: 62, 69 and 7E. RGB value is (98,105,126). Sum of RGB (Red+Green+Blue) = 98+105+126=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 126 - color contains mainly: blue. Hex color #62697E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62697E is #9D9681. Grayscale: #696969. Windows color (decimal): -10327682 or 8284514. OLE color: 8284514.

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

Color convert

RGB 98 105 126 -
CMYK 0.22 0.17 0 0.51
HSL 225º 0.13% 0.44% -
HSV(B) 225º 0.22% 0.49% -
XYZ 13.85 14.21 21.75 -
YUV 105.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 98 105 126 0.22 0.17 0 0.51 225 0.13 0.44
Hex 62 69 7E 16 11 0 33 E1 C 2C
Octal 142 151 176 26 21 0 63 341 14 54
Binary 1100010 1101001 1111110 10110 10001 0 110011 11100001 1100 101100

Color Harmonies of #62697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62697E

Black with #62697E

Text Example


Text Example

White with #62697E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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