Html Css Color HEX #627C99 Slate Grey

📋 copy color: '#627C99'

red 98 ◦ green 124 ◦ blue 153

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

Shades of Slate Grey #627C99

Tints of Slate Grey #627C99

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.07%

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 26.13%
G = 33.07%
B = 40.8%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#627C99 (or 0x627C99) is known color: Slate Grey. HEX triplet: 62, 7C and 99. RGB value is (98,124,153). Sum of RGB (Red+Green+Blue) = 98+124+153=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #627C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627C99 is #9D8366. Grayscale: #777777. Windows color (decimal): -10322791 or 10058850. OLE color: 10058850.

HSL color Cylindrical-coordinate representation of color #627C99: hue angle of 211.64º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #627C99 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 124 153 -
CMYK 0.36 0.19 0 0.4
HSL 211.64º 0.22% 0.49% -
HSV(B) 211.64º 0.36% 0.6% -
XYZ 17.99 19.31 32.92 -
YUV 119.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 98 124 153 0.36 0.19 0 0.4 211.64 0.22 0.49
Hex 62 7C 99 24 13 0 28 D4 16 31
Octal 142 174 231 44 23 0 50 324 26 61
Binary 1100010 1111100 10011001 100100 10011 0 101000 11010100 10110 110001

Color Harmonies of #627C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627C99

Black with #627C99

Text Example


Text Example

White with #627C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #627C99;
 }
 .AnyTagClassName
 {
   color: #627C99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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