Html Css Color HEX #627090 Waikawa Grey

📋 copy color: '#627090'

red 98 ◦ green 112 ◦ blue 144

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

Shades of Waikawa Grey #627090

Tints of Waikawa Grey #627090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.64%

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

R = 27.68%
G = 31.64%
B = 40.68%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#627090 (or 0x627090) is known color: Waikawa Grey. HEX triplet: 62, 70 and 90. RGB value is (98,112,144). Sum of RGB (Red+Green+Blue) = 98+112+144=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #627090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627090 is #9D8F6F. Grayscale: #6F6F6F. Windows color (decimal): -10325872 or 9465954. OLE color: 9465954.

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

Color convert

RGB 98 112 144 -
CMYK 0.32 0.22 0 0.44
HSL 221.74º 0.19% 0.47% -
HSV(B) 221.74º 0.32% 0.56% -
XYZ 15.87 16.2 28.68 -
YUV 111.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 98 112 144 0.32 0.22 0 0.44 221.74 0.19 0.47
Hex 62 70 90 20 16 0 2C DE 13 2F
Octal 142 160 220 40 26 0 54 336 23 57
Binary 1100010 1110000 10010000 100000 10110 0 101100 11011110 10011 101111

Color Harmonies of #627090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627090

Black with #627090

Text Example


Text Example

White with #627090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627090; }

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

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

background-color css

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

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

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

border-color css

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

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

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