#627C94

Color #627C94 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #627C94

Tints of Slate Grey #627C94

Color information

#627C94 (or 0x627C94) is unknown color: approx Slate Grey. HEX triplet: 62, 7C and 94. RGB value is (98,124,148). Sum of RGB (Red+Green+Blue) = 98+124+148=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #627C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627C94 is #9D836B. Grayscale: #767676. Windows color (decimal): -10322796 or 9731170. OLE color: 9731170.

HSL color Cylindrical-coordinate representation of color #627C94: hue angle of 208.8º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #627C94 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB98124148-
CMYK0.340.1600.42
HSL208.8º20.33%48.24%-
HSV(B)208.8º33.78%58.04%-
XYZ17.5919.1530.79-
YUV118.96144.39113.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.49%
GREEN value IS 124 (48.83% from 255) = 33.51%
BLUE value IS 148 (58.20% from 255) = 40%
R=26.49%
G=33.51%
B=40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981241480.340.1600.42208.820.3348.24
Hex627C94221002Ad11430
Octal14217422442200523212460
Binary11000101111100100101001000101000001010101101000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627C94; }

 p { color: rgb(98,124,148); }

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

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

 a { background-color: rgb(98,124,148); }

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

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

 span { border-color: rgb(98,124,148); }

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