Html Css Color HEX #627288 Waikawa Grey

📋 copy color: '#627288'

red 98 ◦ green 114 ◦ blue 136

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

Shades of Waikawa Grey #627288

Tints of Waikawa Grey #627288

RGB

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

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

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

R = 28.16%
G = 32.76%
B = 39.08%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#627288 (or 0x627288) is known color: Waikawa Grey. HEX triplet: 62, 72 and 88. RGB value is (98,114,136). Sum of RGB (Red+Green+Blue) = 98+114+136=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #627288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627288 is #9D8D77. Grayscale: #6F6F6F. Windows color (decimal): -10325368 or 8942178. OLE color: 8942178.

HSL color Cylindrical-coordinate representation of color #627288: hue angle of 214.74º 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 #627288 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 114 136 -
CMYK 0.28 0.16 0 0.47
HSL 214.74º 0.16% 0.46% -
HSV(B) 214.74º 0.28% 0.53% -
XYZ 15.5 16.41 25.64 -
YUV 111.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 98 114 136 0.28 0.16 0 0.47 214.74 0.16 0.46
Hex 62 72 88 1C 10 0 2F D7 10 2E
Octal 142 162 210 34 20 0 57 327 20 56
Binary 1100010 1110010 10001000 11100 10000 0 101111 11010111 10000 101110

Color Harmonies of #627288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627288

Black with #627288

Text Example


Text Example

White with #627288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627288; }

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

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

background-color css

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

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

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

border-color css

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

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

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