Html Css Color HEX #627A94 Slate Grey

📋 copy color: '#627A94'

red 98 ◦ green 122 ◦ blue 148

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

Shades of Slate Grey #627A94

Tints of Slate Grey #627A94

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.15%

 BLUE value IS 148 (58.2% from 255) = 40.22%

R = 26.63%
G = 33.15%
B = 40.22%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#627A94 (or 0x627A94) is known color: Slate Grey. HEX triplet: 62, 7A and 94. RGB value is (98,122,148). Sum of RGB (Red+Green+Blue) = 98+122+148=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #627A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627A94 is #9D856B. Grayscale: #757575. Windows color (decimal): -10323308 or 9730658. OLE color: 9730658.

HSL color Cylindrical-coordinate representation of color #627A94: hue angle of 211.2º 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 #627A94 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 122 148 -
CMYK 0.34 0.18 0 0.42
HSL 211.2º 0.2% 0.48% -
HSV(B) 211.2º 0.34% 0.58% -
XYZ 17.34 18.65 30.7 -
YUV 117.79 145.05 113.89 -
System Red Green Blue C M Y K H S L
Decimal 98 122 148 0.34 0.18 0 0.42 211.2 0.2 0.48
Hex 62 7A 94 22 12 0 2A D3 14 30
Octal 142 172 224 42 22 0 52 323 24 60
Binary 1100010 1111010 10010100 100010 10010 0 101010 11010011 10100 110000

Color Harmonies of #627A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627A94

Black with #627A94

Text Example


Text Example

White with #627A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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