Html Css Color HEX #627097 Waikawa Grey

📋 copy color: '#627097'

red 98 ◦ green 112 ◦ blue 151

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

Shades of Waikawa Grey #627097

Tints of Waikawa Grey #627097

RGB

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

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

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

R = 27.15%
G = 31.02%
B = 41.83%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#627097 (or 0x627097) is known color: Waikawa Grey. HEX triplet: 62, 70 and 97. RGB value is (98,112,151). Sum of RGB (Red+Green+Blue) = 98+112+151=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 151 - color contains mainly: blue. Hex color #627097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627097 is #9D8F68. Grayscale: #707070. Windows color (decimal): -10325865 or 9924706. OLE color: 9924706.

HSL color Cylindrical-coordinate representation of color #627097: hue angle of 224.15º 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 #627097 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 98 112 151 -
CMYK 0.35 0.26 0 0.41
HSL 224.15º 0.21% 0.49% -
HSV(B) 224.15º 0.35% 0.59% -
XYZ 16.42 16.42 31.58 -
YUV 112.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 98 112 151 0.35 0.26 0 0.41 224.15 0.21 0.49
Hex 62 70 97 23 1A 0 29 E0 15 31
Octal 142 160 227 43 32 0 51 340 25 61
Binary 1100010 1110000 10010111 100011 11010 0 101001 11100000 10101 110001

Color Harmonies of #627097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627097

Black with #627097

Text Example


Text Example

White with #627097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627097; }

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

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

background-color css

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

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

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

border-color css

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

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

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