Html Css Color HEX #627087 Waikawa Grey

📋 copy color: '#627087'

red 98 ◦ green 112 ◦ blue 135

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

Shades of Waikawa Grey #627087

Tints of Waikawa Grey #627087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.13%

R = 28.41%
G = 32.46%
B = 39.13%

CMYK

 C value IS 0.27

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#627087 (or 0x627087) is known color: Waikawa Grey. HEX triplet: 62, 70 and 87. RGB value is (98,112,135). Sum of RGB (Red+Green+Blue) = 98+112+135=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #627087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627087 is #9D8F78. Grayscale: #6E6E6E. Windows color (decimal): -10325881 or 8876130. OLE color: 8876130.

HSL color Cylindrical-coordinate representation of color #627087: hue angle of 217.3º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #627087 is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 112 135 -
CMYK 0.27 0.17 0 0.47
HSL 217.3º 0.16% 0.46% -
HSV(B) 217.3º 0.27% 0.53% -
XYZ 15.2 15.93 25.2 -
YUV 110.44 141.86 119.13 -
System Red Green Blue C M Y K H S L
Decimal 98 112 135 0.27 0.17 0 0.47 217.3 0.16 0.46
Hex 62 70 87 1B 11 0 2F D9 10 2E
Octal 142 160 207 33 21 0 57 331 20 56
Binary 1100010 1110000 10000111 11011 10001 0 101111 11011001 10000 101110

Color Harmonies of #627087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627087

Black with #627087

Text Example


Text Example

White with #627087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627087; }

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

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

background-color css

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

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

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

border-color css

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

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

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