Html Css Color HEX #627894 Waikawa Grey

📋 copy color: '#627894'

red 98 ◦ green 120 ◦ blue 148

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

Shades of Waikawa Grey #627894

Tints of Waikawa Grey #627894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.79%

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

R = 26.78%
G = 32.79%
B = 40.44%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#627894 (or 0x627894) is known color: Waikawa Grey. HEX triplet: 62, 78 and 94. RGB value is (98,120,148). Sum of RGB (Red+Green+Blue) = 98+120+148=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #627894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627894 is #9D876B. Grayscale: #747474. Windows color (decimal): -10323820 or 9730146. OLE color: 9730146.

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

Color convert

RGB 98 120 148 -
CMYK 0.34 0.19 0 0.42
HSL 213.6º 0.2% 0.48% -
HSV(B) 213.6º 0.34% 0.58% -
XYZ 17.1 18.17 30.62 -
YUV 116.61 145.71 114.72 -
System Red Green Blue C M Y K H S L
Decimal 98 120 148 0.34 0.19 0 0.42 213.6 0.2 0.48
Hex 62 78 94 22 13 0 2A D6 14 30
Octal 142 170 224 42 23 0 52 326 24 60
Binary 1100010 1111000 10010100 100010 10011 0 101010 11010110 10100 110000

Color Harmonies of #627894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627894

Black with #627894

Text Example


Text Example

White with #627894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627894; }

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

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

background-color css

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

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

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

border-color css

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

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

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