Html Css Color HEX #62729A Waikawa Grey

📋 copy color: '#62729A'

red 98 ◦ green 114 ◦ blue 154

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

Shades of Waikawa Grey #62729A

Tints of Waikawa Grey #62729A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.08%

R = 26.78%
G = 31.15%
B = 42.08%

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

#62729A (or 0x62729A) is known color: Waikawa Grey. HEX triplet: 62, 72 and 9A. RGB value is (98,114,154). Sum of RGB (Red+Green+Blue) = 98+114+154=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #62729A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62729A is #9D8D65. Grayscale: #717171. Windows color (decimal): -10325350 or 10121826. OLE color: 10121826.

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

Color convert

RGB 98 114 154 -
CMYK 0.36 0.26 0 0.40
HSL 222.86º 0.22% 0.49% -
HSV(B) 222.86º 0.36% 0.6% -
XYZ 16.89 16.96 32.96 -
YUV 113.78 150.7 116.75 -
System Red Green Blue C M Y K H S L
Decimal 98 114 154 0.36 0.26 0 0.40 222.86 0.22 0.49
Hex 62 72 9A 24 1A 0 28 DF 16 31
Octal 142 162 232 44 32 0 50 337 26 61
Binary 1100010 1110010 10011010 100100 11010 0 101000 11011111 10110 110001

Color Harmonies of #62729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62729A

Black with #62729A

Text Example


Text Example

White with #62729A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62729A; }

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

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

background-color css

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

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

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

border-color css

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

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

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