Html Css Color HEX #626E80 Raven

📋 copy color: '#626E80'

red 98 ◦ green 110 ◦ blue 128

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

Shades of Raven #626E80

Tints of Raven #626E80

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.74%

 BLUE value IS 128 (50.39% from 255) = 38.1%

R = 29.17%
G = 32.74%
B = 38.1%

CMYK

 C value IS 0.23

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#626E80 (or 0x626E80) is known color: Raven. HEX triplet: 62, 6E and 80. RGB value is (98,110,128). Sum of RGB (Red+Green+Blue) = 98+110+128=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 128 - color contains mainly: blue. Hex color #626E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #626E80 is #9D917F. Grayscale: #6C6C6C. Windows color (decimal): -10326400 or 8416866. OLE color: 8416866.

HSL color Cylindrical-coordinate representation of color #626E80: hue angle of 216º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #626E80 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 110 128 -
CMYK 0.23 0.14 0 0.50
HSL 216º 0.13% 0.44% -
HSV(B) 216º 0.23% 0.5% -
XYZ 14.51 15.31 22.61 -
YUV 108.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 98 110 128 0.23 0.14 0 0.50 216 0.13 0.44
Hex 62 6E 80 17 E 0 32 D8 D 2C
Octal 142 156 200 27 16 0 62 330 15 54
Binary 1100010 1101110 10000000 10111 1110 0 110010 11011000 1101 101100

Color Harmonies of #626E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626E80

Black with #626E80

Text Example


Text Example

White with #626E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626E80; }

 p { color: rgb(98,110,128); }

 H1.HeaderClassName
 {
   color: #626E80;
 }
 .AnyTagClassName
 {
   color: #626E80;
 }
</style>

background-color css

<style>
 a { background-color: #626E80; }

 a { background-color: rgb(98,110,128); }

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

border-color css

<style>
 span { border-color: #626E80; }

 span { border-color: rgb(98,110,128); }

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