Html Css Color HEX #627290 Waikawa Grey

📋 copy color: '#627290'

red 98 ◦ green 114 ◦ blue 144

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

Shades of Waikawa Grey #627290

Tints of Waikawa Grey #627290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 27.53%
G = 32.02%
B = 40.45%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#627290 (or 0x627290) is known color: Waikawa Grey. HEX triplet: 62, 72 and 90. RGB value is (98,114,144). Sum of RGB (Red+Green+Blue) = 98+114+144=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #627290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627290 is #9D8D6F. Grayscale: #707070. Windows color (decimal): -10325360 or 9466466. OLE color: 9466466.

HSL color Cylindrical-coordinate representation of color #627290: hue angle of 219.13º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #627290 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 114 144 -
CMYK 0.32 0.21 0 0.44
HSL 219.13º 0.19% 0.47% -
HSV(B) 219.13º 0.32% 0.56% -
XYZ 16.09 16.64 28.75 -
YUV 112.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 98 114 144 0.32 0.21 0 0.44 219.13 0.19 0.47
Hex 62 72 90 20 15 0 2C DB 13 2F
Octal 142 162 220 40 25 0 54 333 23 57
Binary 1100010 1110010 10010000 100000 10101 0 101100 11011011 10011 101111

Color Harmonies of #627290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627290

Black with #627290

Text Example


Text Example

White with #627290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627290; }

 p { color: rgb(98,114,144); }

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

background-color css

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

 a { background-color: rgb(98,114,144); }

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

border-color css

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

 span { border-color: rgb(98,114,144); }

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