Html Css Color HEX #627298 Waikawa Grey

📋 copy color: '#627298'

red 98 ◦ green 114 ◦ blue 152

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

Shades of Waikawa Grey #627298

Tints of Waikawa Grey #627298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.76%

R = 26.92%
G = 31.32%
B = 41.76%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#627298 (or 0x627298) is known color: Waikawa Grey. HEX triplet: 62, 72 and 98. RGB value is (98,114,152). Sum of RGB (Red+Green+Blue) = 98+114+152=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #627298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627298 is #9D8D67. Grayscale: #717171. Windows color (decimal): -10325352 or 9990754. OLE color: 9990754.

HSL color Cylindrical-coordinate representation of color #627298: hue angle of 222.22º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #627298 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 114 152 -
CMYK 0.36 0.25 0 0.40
HSL 222.22º 0.22% 0.49% -
HSV(B) 222.22º 0.36% 0.6% -
XYZ 16.72 16.9 32.09 -
YUV 113.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 98 114 152 0.36 0.25 0 0.40 222.22 0.22 0.49
Hex 62 72 98 24 19 0 28 DE 16 31
Octal 142 162 230 44 31 0 50 336 26 61
Binary 1100010 1110010 10011000 100100 11001 0 101000 11011110 10110 110001

Color Harmonies of #627298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627298

Black with #627298

Text Example


Text Example

White with #627298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627298; }

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

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

background-color css

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

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

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

border-color css

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

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

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