Html Css Color HEX #627297 Waikawa Grey

📋 copy color: '#627297'

red 98 ◦ green 114 ◦ blue 151

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

Shades of Waikawa Grey #627297

Tints of Waikawa Grey #627297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 41.6%

R = 27%
G = 31.4%
B = 41.6%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#627297 (or 0x627297) is known color: Waikawa Grey. HEX triplet: 62, 72 and 97. RGB value is (98,114,151). Sum of RGB (Red+Green+Blue) = 98+114+151=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 151 (59.38% from 255 or 41.60% from 363); Max value from RGB is 151 - color contains mainly: blue. Hex color #627297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627297 is #9D8D68. Grayscale: #717171. Windows color (decimal): -10325353 or 9925218. OLE color: 9925218.

HSL color Cylindrical-coordinate representation of color #627297: hue angle of 221.89º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #627297 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 114 151 -
CMYK 0.35 0.25 0 0.41
HSL 221.89º 0.21% 0.49% -
HSV(B) 221.89º 0.35% 0.59% -
XYZ 16.64 16.87 31.66 -
YUV 113.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 98 114 151 0.35 0.25 0 0.41 221.89 0.21 0.49
Hex 62 72 97 23 19 0 29 DE 15 31
Octal 142 162 227 43 31 0 51 336 25 61
Binary 1100010 1110010 10010111 100011 11001 0 101001 11011110 10101 110001

Color Harmonies of #627297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627297

Black with #627297

Text Example


Text Example

White with #627297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627297; }

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

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

background-color css

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

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

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

border-color css

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

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

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