#626E7B

Color #626E7B Raven (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raven #626E7B

Tints of Raven #626E7B

Color information

#626E7B (or 0x626E7B) is unknown color: approx Raven. HEX triplet: 62, 6E and 7B. RGB value is (98,110,123). Sum of RGB (Red+Green+Blue) = 98+110+123=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 123 - color contains mainly: blue. Hex color #626E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626E7B is #9D9184. Grayscale: #6B6B6B. Windows color (decimal): -10326405 or 8089186. OLE color: 8089186.

HSL color Cylindrical-coordinate representation of color #626E7B: hue angle of 211.2º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #626E7B is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB98110123-
CMYK0.200.1100.52
HSL211.2º11.31%43.33%-
HSV(B)211.2º20.33%48.24%-
XYZ14.1915.1820.92-
YUV107.89136.52120.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.61%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 123 (48.44% from 255) = 37.16%
R=29.61%
G=33.23%
B=37.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal981101230.200.1100.52211.211.3143.33
Hex626E7B14B034d3b2b
Octal14215617324130643231353
Binary1100010110111011110111010010110110100110100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #626E7B;
 }
 .AnyTagClassName
 {
   color: #626E7B;
 }
</style>
background-color css

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

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

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

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

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

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