#627083

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

Shades of Raven #627083

Tints of Raven #627083

Color information

#627083 (or 0x627083) is unknown color: approx Raven. HEX triplet: 62, 70 and 83. RGB value is (98,112,131). Sum of RGB (Red+Green+Blue) = 98+112+131=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 131 - color contains mainly: blue. Hex color #627083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627083 is #9D8F7C. Grayscale: #6D6D6D. Windows color (decimal): -10325885 or 8613986. OLE color: 8613986.

HSL color Cylindrical-coordinate representation of color #627083: hue angle of 214.55º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #627083 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB98112131-
CMYK0.250.1500.49
HSL214.55º14.41%44.9%-
HSV(B)214.55º25.19%51.37%-
XYZ14.9315.8223.74-
YUV109.98139.86119.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.74%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 131 (51.56% from 255) = 38.42%
R=28.74%
G=32.84%
B=38.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981121310.250.1500.49214.5514.4144.9
Hex62708319F031d7e2d
Octal14216020331170613271655
Binary11000101110000100000111100111110110001110101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627083; }

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

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

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

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

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

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

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

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