Html Css Color HEX #627499 Waikawa Grey

📋 copy color: '#627499'

red 98 ◦ green 116 ◦ blue 153

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

Shades of Waikawa Grey #627499

Tints of Waikawa Grey #627499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.61%

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

R = 26.7%
G = 31.61%
B = 41.69%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#627499 (or 0x627499) is known color: Waikawa Grey. HEX triplet: 62, 74 and 99. RGB value is (98,116,153). Sum of RGB (Red+Green+Blue) = 98+116+153=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #627499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627499 is #9D8B66. Grayscale: #727272. Windows color (decimal): -10324839 or 10056802. OLE color: 10056802.

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

Color convert

RGB 98 116 153 -
CMYK 0.36 0.24 0 0.4
HSL 220.36º 0.22% 0.49% -
HSV(B) 220.36º 0.36% 0.6% -
XYZ 17.03 17.39 32.6 -
YUV 114.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 98 116 153 0.36 0.24 0 0.4 220.36 0.22 0.49
Hex 62 74 99 24 18 0 28 DC 16 31
Octal 142 164 231 44 30 0 50 334 26 61
Binary 1100010 1110100 10011001 100100 11000 0 101000 11011100 10110 110001

Color Harmonies of #627499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627499

Black with #627499

Text Example


Text Example

White with #627499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627499; }

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

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

background-color css

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

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

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

border-color css

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

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

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