Html Css Color HEX #627199 Waikawa Grey

📋 copy color: '#627199'

red 98 ◦ green 113 ◦ blue 153

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

Shades of Waikawa Grey #627199

Tints of Waikawa Grey #627199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 26.92%
G = 31.04%
B = 42.03%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#627199 (or 0x627199) is known color: Waikawa Grey. HEX triplet: 62, 71 and 99. RGB value is (98,113,153). Sum of RGB (Red+Green+Blue) = 98+113+153=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #627199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627199 is #9D8E66. Grayscale: #707070. Windows color (decimal): -10325607 or 10056034. OLE color: 10056034.

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

Color convert

RGB 98 113 153 -
CMYK 0.36 0.26 0 0.4
HSL 223.64º 0.22% 0.49% -
HSV(B) 223.64º 0.36% 0.6% -
XYZ 16.69 16.71 32.48 -
YUV 113.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 98 113 153 0.36 0.26 0 0.4 223.64 0.22 0.49
Hex 62 71 99 24 1A 0 28 E0 16 31
Octal 142 161 231 44 32 0 50 340 26 61
Binary 1100010 1110001 10011001 100100 11010 0 101000 11100000 10110 110001

Color Harmonies of #627199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627199

Black with #627199

Text Example


Text Example

White with #627199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627199; }

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

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

background-color css

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

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

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

border-color css

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

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

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