Html Css Color HEX #627A98 Waikawa Grey

📋 copy color: '#627A98'

red 98 ◦ green 122 ◦ blue 152

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

Shades of Waikawa Grey #627A98

Tints of Waikawa Grey #627A98

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.8%

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

R = 26.34%
G = 32.8%
B = 40.86%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#627A98 (or 0x627A98) is known color: Waikawa Grey. HEX triplet: 62, 7A and 98. RGB value is (98,122,152). Sum of RGB (Red+Green+Blue) = 98+122+152=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #627A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627A98 is #9D8567. Grayscale: #767676. Windows color (decimal): -10323304 or 9992802. OLE color: 9992802.

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

Color convert

RGB 98 122 152 -
CMYK 0.36 0.20 0 0.40
HSL 213.33º 0.22% 0.49% -
HSV(B) 213.33º 0.36% 0.6% -
XYZ 17.66 18.78 32.4 -
YUV 118.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 98 122 152 0.36 0.20 0 0.40 213.33 0.22 0.49
Hex 62 7A 98 24 14 0 28 D5 16 31
Octal 142 172 230 44 24 0 50 325 26 61
Binary 1100010 1111010 10011000 100100 10100 0 101000 11010101 10110 110001

Color Harmonies of #627A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627A98

Black with #627A98

Text Example


Text Example

White with #627A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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