Html Css Color HEX #626E7D Raven

📋 copy color: '#626E7D'

red 98 ◦ green 110 ◦ blue 125

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

Shades of Raven #626E7D

Tints of Raven #626E7D

RGB

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

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

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

R = 29.43%
G = 33.03%
B = 37.54%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#626E7D (or 0x626E7D) is known color: Raven. HEX triplet: 62, 6E and 7D. RGB value is (98,110,125). Sum of RGB (Red+Green+Blue) = 98+110+125=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 125 - color contains mainly: blue. Hex color #626E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626E7D is #9D9182. Grayscale: #6C6C6C. Windows color (decimal): -10326403 or 8220258. OLE color: 8220258.

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

Color convert

RGB 98 110 125 -
CMYK 0.22 0.12 0 0.51
HSL 213.33º 0.12% 0.44% -
HSV(B) 213.33º 0.22% 0.49% -
XYZ 14.31 15.23 21.59 -
YUV 108.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 98 110 125 0.22 0.12 0 0.51 213.33 0.12 0.44
Hex 62 6E 7D 16 C 0 33 D5 C 2C
Octal 142 156 175 26 14 0 63 325 14 54
Binary 1100010 1101110 1111101 10110 1100 0 110011 11010101 1100 101100

Color Harmonies of #626E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626E7D

Black with #626E7D

Text Example


Text Example

White with #626E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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