Html Css Color HEX #627494 Waikawa Grey

📋 copy color: '#627494'

red 98 ◦ green 116 ◦ blue 148

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

Shades of Waikawa Grey #627494

Tints of Waikawa Grey #627494

RGB

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

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

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

R = 27.07%
G = 32.04%
B = 40.88%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#627494 (or 0x627494) is known color: Waikawa Grey. HEX triplet: 62, 74 and 94. RGB value is (98,116,148). Sum of RGB (Red+Green+Blue) = 98+116+148=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 148 - color contains mainly: blue. Hex color #627494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627494 is #9D8B6B. Grayscale: #727272. Windows color (decimal): -10324844 or 9729122. OLE color: 9729122.

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

Color convert

RGB 98 116 148 -
CMYK 0.34 0.22 0 0.42
HSL 218.4º 0.2% 0.48% -
HSV(B) 218.4º 0.34% 0.58% -
XYZ 16.63 17.23 30.47 -
YUV 114.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 98 116 148 0.34 0.22 0 0.42 218.4 0.2 0.48
Hex 62 74 94 22 16 0 2A DA 14 30
Octal 142 164 224 42 26 0 52 332 24 60
Binary 1100010 1110100 10010100 100010 10110 0 101010 11011010 10100 110000

Color Harmonies of #627494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627494

Black with #627494

Text Example


Text Example

White with #627494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627494; }

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

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

background-color css

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

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

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

border-color css

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

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

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