Html Css Color HEX #627B98 Slate Grey

📋 copy color: '#627B98'

red 98 ◦ green 123 ◦ blue 152

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

Shades of Slate Grey #627B98

Tints of Slate Grey #627B98

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.98%

 BLUE value IS 152 (59.77% from 255) = 40.75%

R = 26.27%
G = 32.98%
B = 40.75%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#627B98 (or 0x627B98) is known color: Slate Grey. HEX triplet: 62, 7B and 98. RGB value is (98,123,152). Sum of RGB (Red+Green+Blue) = 98+123+152=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #627B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627B98 is #9D8467. Grayscale: #767676. Windows color (decimal): -10323048 or 9993058. OLE color: 9993058.

HSL color Cylindrical-coordinate representation of color #627B98: hue angle of 212.22º 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 #627B98 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 123 152 -
CMYK 0.36 0.19 0 0.40
HSL 212.22º 0.22% 0.49% -
HSV(B) 212.22º 0.36% 0.6% -
XYZ 17.79 19.03 32.44 -
YUV 118.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 98 123 152 0.36 0.19 0 0.40 212.22 0.22 0.49
Hex 62 7B 98 24 13 0 28 D4 16 31
Octal 142 173 230 44 23 0 50 324 26 61
Binary 1100010 1111011 10011000 100100 10011 0 101000 11010100 10110 110001

Color Harmonies of #627B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627B98

Black with #627B98

Text Example


Text Example

White with #627B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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