Html Css Color HEX #627B9B Slate Grey

📋 copy color: '#627B9B'

red 98 ◦ green 123 ◦ blue 155

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

Shades of Slate Grey #627B9B

Tints of Slate Grey #627B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.22%

R = 26.06%
G = 32.71%
B = 41.22%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#627B9B (or 0x627B9B) is known color: Slate Grey. HEX triplet: 62, 7B and 9B. RGB value is (98,123,155). Sum of RGB (Red+Green+Blue) = 98+123+155=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #627B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627B9B is #9D8464. Grayscale: #777777. Windows color (decimal): -10323045 or 10189666. OLE color: 10189666.

HSL color Cylindrical-coordinate representation of color #627B9B: hue angle of 213.68º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #627B9B is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 123 155 -
CMYK 0.37 0.21 0 0.39
HSL 213.68º 0.23% 0.5% -
HSV(B) 213.68º 0.37% 0.61% -
XYZ 18.04 19.13 33.75 -
YUV 119.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 98 123 155 0.37 0.21 0 0.39 213.68 0.23 0.5
Hex 62 7B 9B 25 15 0 27 D6 17 32
Octal 142 173 233 45 25 0 47 326 27 62
Binary 1100010 1111011 10011011 100101 10101 0 100111 11010110 10111 110010

Color Harmonies of #627B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627B9B

Black with #627B9B

Text Example


Text Example

White with #627B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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