Html Css Color HEX #627C9C Slate Grey

📋 copy color: '#627C9C'

red 98 ◦ green 124 ◦ blue 156

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

Shades of Slate Grey #627C9C

Tints of Slate Grey #627C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.27%

R = 25.93%
G = 32.8%
B = 41.27%

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

#627C9C (or 0x627C9C) is known color: Slate Grey. HEX triplet: 62, 7C and 9C. RGB value is (98,124,156). Sum of RGB (Red+Green+Blue) = 98+124+156=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #627C9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627C9C is #9D8363. Grayscale: #777777. Windows color (decimal): -10322788 or 10255458. OLE color: 10255458.

HSL color Cylindrical-coordinate representation of color #627C9C: hue angle of 213.1º 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 #627C9C is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 124 156 -
CMYK 0.37 0.21 0 0.39
HSL 213.1º 0.23% 0.5% -
HSV(B) 213.1º 0.37% 0.61% -
XYZ 18.25 19.41 34.24 -
YUV 119.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 98 124 156 0.37 0.21 0 0.39 213.1 0.23 0.5
Hex 62 7C 9C 25 15 0 27 D5 17 32
Octal 142 174 234 45 25 0 47 325 27 62
Binary 1100010 1111100 10011100 100101 10101 0 100111 11010101 10111 110010

Color Harmonies of #627C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627C9C

Black with #627C9C

Text Example


Text Example

White with #627C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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