Html Css Color HEX #627398 Waikawa Grey

📋 copy color: '#627398'

red 98 ◦ green 115 ◦ blue 152

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

Shades of Waikawa Grey #627398

Tints of Waikawa Grey #627398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.51%

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

R = 26.85%
G = 31.51%
B = 41.64%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#627398 (or 0x627398) is known color: Waikawa Grey. HEX triplet: 62, 73 and 98. RGB value is (98,115,152). Sum of RGB (Red+Green+Blue) = 98+115+152=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 152 - color contains mainly: blue. Hex color #627398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627398 is #9D8C67. Grayscale: #717171. Windows color (decimal): -10325096 or 9991010. OLE color: 9991010.

HSL color Cylindrical-coordinate representation of color #627398: hue angle of 221.11º 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 #627398 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 115 152 -
CMYK 0.36 0.24 0 0.40
HSL 221.11º 0.22% 0.49% -
HSV(B) 221.11º 0.36% 0.6% -
XYZ 16.84 17.13 32.12 -
YUV 114.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 98 115 152 0.36 0.24 0 0.40 221.11 0.22 0.49
Hex 62 73 98 24 18 0 28 DD 16 31
Octal 142 163 230 44 30 0 50 335 26 61
Binary 1100010 1110011 10011000 100100 11000 0 101000 11011101 10110 110001

Color Harmonies of #627398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627398

Black with #627398

Text Example


Text Example

White with #627398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627398; }

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

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

background-color css

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

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

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

border-color css

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

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

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