Html Css Color HEX #627394 Waikawa Grey

📋 copy color: '#627394'

red 98 ◦ green 115 ◦ blue 148

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

Shades of Waikawa Grey #627394

Tints of Waikawa Grey #627394

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.86%

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

R = 27.15%
G = 31.86%
B = 41%

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

#627394 (or 0x627394) is known color: Waikawa Grey. HEX triplet: 62, 73 and 94. RGB value is (98,115,148). Sum of RGB (Red+Green+Blue) = 98+115+148=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #627394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627394 is #9D8C6B. Grayscale: #717171. Windows color (decimal): -10325100 or 9728866. OLE color: 9728866.

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

Color convert

RGB 98 115 148 -
CMYK 0.34 0.22 0 0.42
HSL 219.6º 0.2% 0.48% -
HSV(B) 219.6º 0.34% 0.58% -
XYZ 16.51 17 30.43 -
YUV 113.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 98 115 148 0.34 0.22 0 0.42 219.6 0.2 0.48
Hex 62 73 94 22 16 0 2A DC 14 30
Octal 142 163 224 42 26 0 52 334 24 60
Binary 1100010 1110011 10010100 100010 10110 0 101010 11011100 10100 110000

Color Harmonies of #627394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627394

Black with #627394

Text Example


Text Example

White with #627394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627394; }

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

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

background-color css

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

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

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

border-color css

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

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

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