Html Css Color HEX #627098 Waikawa Grey

📋 copy color: '#627098'

red 98 ◦ green 112 ◦ blue 152

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

Shades of Waikawa Grey #627098

Tints of Waikawa Grey #627098

RGB

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

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

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

R = 27.07%
G = 30.94%
B = 41.99%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#627098 (or 0x627098) is known color: Waikawa Grey. HEX triplet: 62, 70 and 98. RGB value is (98,112,152). Sum of RGB (Red+Green+Blue) = 98+112+152=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #627098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627098 is #9D8F67. Grayscale: #707070. Windows color (decimal): -10325864 or 9990242. OLE color: 9990242.

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

Color convert

RGB 98 112 152 -
CMYK 0.36 0.26 0 0.40
HSL 224.44º 0.22% 0.49% -
HSV(B) 224.44º 0.36% 0.6% -
XYZ 16.5 16.45 32.01 -
YUV 112.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 98 112 152 0.36 0.26 0 0.40 224.44 0.22 0.49
Hex 62 70 98 24 1A 0 28 E0 16 31
Octal 142 160 230 44 32 0 50 340 26 61
Binary 1100010 1110000 10011000 100100 11010 0 101000 11100000 10110 110001

Color Harmonies of #627098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627098

Black with #627098

Text Example


Text Example

White with #627098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627098; }

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

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

background-color css

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

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

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

border-color css

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

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

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