Html Css Color HEX #627088 Waikawa Grey

📋 copy color: '#627088'

red 98 ◦ green 112 ◦ blue 136

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

Shades of Waikawa Grey #627088

Tints of Waikawa Grey #627088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.31%

R = 28.32%
G = 32.37%
B = 39.31%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#627088 (or 0x627088) is known color: Waikawa Grey. HEX triplet: 62, 70 and 88. RGB value is (98,112,136). Sum of RGB (Red+Green+Blue) = 98+112+136=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #627088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627088 is #9D8F77. Grayscale: #6E6E6E. Windows color (decimal): -10325880 or 8941666. OLE color: 8941666.

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

Color convert

RGB 98 112 136 -
CMYK 0.28 0.18 0 0.47
HSL 217.89º 0.16% 0.46% -
HSV(B) 217.89º 0.28% 0.53% -
XYZ 15.28 15.96 25.57 -
YUV 110.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 98 112 136 0.28 0.18 0 0.47 217.89 0.16 0.46
Hex 62 70 88 1C 12 0 2F DA 10 2E
Octal 142 160 210 34 22 0 57 332 20 56
Binary 1100010 1110000 10001000 11100 10010 0 101111 11011010 10000 101110

Color Harmonies of #627088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627088

Black with #627088

Text Example


Text Example

White with #627088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627088; }

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

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

background-color css

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

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

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

border-color css

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

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

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