Html Css Color HEX #627594 Waikawa Grey

📋 copy color: '#627594'

red 98 ◦ green 117 ◦ blue 148

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

Shades of Waikawa Grey #627594

Tints of Waikawa Grey #627594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

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

R = 27%
G = 32.23%
B = 40.77%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#627594 (or 0x627594) is known color: Waikawa Grey. HEX triplet: 62, 75 and 94. RGB value is (98,117,148). Sum of RGB (Red+Green+Blue) = 98+117+148=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #627594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627594 is #9D8A6B. Grayscale: #727272. Windows color (decimal): -10324588 or 9729378. OLE color: 9729378.

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

Color convert

RGB 98 117 148 -
CMYK 0.34 0.21 0 0.42
HSL 217.2º 0.2% 0.48% -
HSV(B) 217.2º 0.34% 0.58% -
XYZ 16.74 17.46 30.5 -
YUV 114.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 98 117 148 0.34 0.21 0 0.42 217.2 0.2 0.48
Hex 62 75 94 22 15 0 2A D9 14 30
Octal 142 165 224 42 25 0 52 331 24 60
Binary 1100010 1110101 10010100 100010 10101 0 101010 11011001 10100 110000

Color Harmonies of #627594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627594

Black with #627594

Text Example


Text Example

White with #627594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627594; }

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

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

background-color css

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

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

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

border-color css

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

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

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