Html Css Color HEX #627099 Waikawa Grey

📋 copy color: '#627099'

red 98 ◦ green 112 ◦ blue 153

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

Shades of Waikawa Grey #627099

Tints of Waikawa Grey #627099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.85%

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

R = 27%
G = 30.85%
B = 42.15%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#627099 (or 0x627099) is known color: Waikawa Grey. HEX triplet: 62, 70 and 99. RGB value is (98,112,153). Sum of RGB (Red+Green+Blue) = 98+112+153=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #627099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627099 is #9D8F66. Grayscale: #707070. Windows color (decimal): -10325863 or 10055778. OLE color: 10055778.

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

Color convert

RGB 98 112 153 -
CMYK 0.36 0.27 0 0.4
HSL 224.73º 0.22% 0.49% -
HSV(B) 224.73º 0.36% 0.6% -
XYZ 16.58 16.48 32.44 -
YUV 112.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 98 112 153 0.36 0.27 0 0.4 224.73 0.22 0.49
Hex 62 70 99 24 1B 0 28 E1 16 31
Octal 142 160 231 44 33 0 50 341 26 61
Binary 1100010 1110000 10011001 100100 11011 0 101000 11100001 10110 110001

Color Harmonies of #627099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627099

Black with #627099

Text Example


Text Example

White with #627099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627099; }

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

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

background-color css

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

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

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

border-color css

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

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

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