Html Css Color HEX #627590 Waikawa Grey

📋 copy color: '#627590'

red 98 ◦ green 117 ◦ blue 144

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

Shades of Waikawa Grey #627590

Tints of Waikawa Grey #627590

RGB

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

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

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

R = 27.3%
G = 32.59%
B = 40.11%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#627590 (or 0x627590) is known color: Waikawa Grey. HEX triplet: 62, 75 and 90. RGB value is (98,117,144). Sum of RGB (Red+Green+Blue) = 98+117+144=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #627590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627590 is #9D8A6F. Grayscale: #727272. Windows color (decimal): -10324592 or 9467234. OLE color: 9467234.

HSL color Cylindrical-coordinate representation of color #627590: hue angle of 215.22º 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 #627590 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 117 144 -
CMYK 0.32 0.19 0 0.44
HSL 215.22º 0.19% 0.47% -
HSV(B) 215.22º 0.32% 0.56% -
XYZ 16.43 17.33 28.87 -
YUV 114.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 98 117 144 0.32 0.19 0 0.44 215.22 0.19 0.47
Hex 62 75 90 20 13 0 2C D7 13 2F
Octal 142 165 220 40 23 0 54 327 23 57
Binary 1100010 1110101 10010000 100000 10011 0 101100 11010111 10011 101111

Color Harmonies of #627590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627590

Black with #627590

Text Example


Text Example

White with #627590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627590; }

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

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

background-color css

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

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

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

border-color css

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

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

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