Html Css Color HEX #627198 Waikawa Grey

📋 copy color: '#627198'

red 98 ◦ green 113 ◦ blue 152

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

Shades of Waikawa Grey #627198

Tints of Waikawa Grey #627198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.13%

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

R = 27%
G = 31.13%
B = 41.87%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#627198 (or 0x627198) is known color: Waikawa Grey. HEX triplet: 62, 71 and 98. RGB value is (98,113,152). Sum of RGB (Red+Green+Blue) = 98+113+152=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #627198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627198 is #9D8E67. Grayscale: #707070. Windows color (decimal): -10325608 or 9990498. OLE color: 9990498.

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

Color convert

RGB 98 113 152 -
CMYK 0.36 0.26 0 0.40
HSL 223.33º 0.22% 0.49% -
HSV(B) 223.33º 0.36% 0.6% -
XYZ 16.61 16.67 32.05 -
YUV 112.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 98 113 152 0.36 0.26 0 0.40 223.33 0.22 0.49
Hex 62 71 98 24 1A 0 28 DF 16 31
Octal 142 161 230 44 32 0 50 337 26 61
Binary 1100010 1110001 10011000 100100 11010 0 101000 11011111 10110 110001

Color Harmonies of #627198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627198

Black with #627198

Text Example


Text Example

White with #627198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627198; }

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

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

background-color css

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

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

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

border-color css

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

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

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