Html Css Color HEX #62729B Waikawa Grey

📋 copy color: '#62729B'

red 98 ◦ green 114 ◦ blue 155

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

Shades of Waikawa Grey #62729B

Tints of Waikawa Grey #62729B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.23%

R = 26.7%
G = 31.06%
B = 42.23%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62729B (or 0x62729B) is known color: Waikawa Grey. HEX triplet: 62, 72 and 9B. RGB value is (98,114,155). Sum of RGB (Red+Green+Blue) = 98+114+155=367 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.70% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #62729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62729B is #9D8D64. Grayscale: #717171. Windows color (decimal): -10325349 or 10187362. OLE color: 10187362.

HSL color Cylindrical-coordinate representation of color #62729B: hue angle of 223.16º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62729B is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 114 155 -
CMYK 0.37 0.26 0 0.39
HSL 223.16º 0.23% 0.5% -
HSV(B) 223.16º 0.37% 0.61% -
XYZ 16.97 17 33.4 -
YUV 113.89 151.2 116.67 -
System Red Green Blue C M Y K H S L
Decimal 98 114 155 0.37 0.26 0 0.39 223.16 0.23 0.5
Hex 62 72 9B 25 1A 0 27 DF 17 32
Octal 142 162 233 45 32 0 47 337 27 62
Binary 1100010 1110010 10011011 100101 11010 0 100111 11011111 10111 110010

Color Harmonies of #62729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62729B

Black with #62729B

Text Example


Text Example

White with #62729B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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