Html Css Color HEX #62729D Waikawa Grey

📋 copy color: '#62729D'

red 98 ◦ green 114 ◦ blue 157

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

Shades of Waikawa Grey #62729D

Tints of Waikawa Grey #62729D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.55%

R = 26.56%
G = 30.89%
B = 42.55%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#62729D (or 0x62729D) is known color: Waikawa Grey. HEX triplet: 62, 72 and 9D. RGB value is (98,114,157). Sum of RGB (Red+Green+Blue) = 98+114+157=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #62729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62729D is #9D8D62. Grayscale: #717171. Windows color (decimal): -10325347 or 10318434. OLE color: 10318434.

HSL color Cylindrical-coordinate representation of color #62729D: hue angle of 223.73º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62729D is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 114 157 -
CMYK 0.38 0.27 0 0.38
HSL 223.73º 0.23% 0.5% -
HSV(B) 223.73º 0.38% 0.62% -
XYZ 17.14 17.07 34.29 -
YUV 114.12 152.2 116.5 -
System Red Green Blue C M Y K H S L
Decimal 98 114 157 0.38 0.27 0 0.38 223.73 0.23 0.5
Hex 62 72 9D 26 1B 0 26 E0 17 32
Octal 142 162 235 46 33 0 46 340 27 62
Binary 1100010 1110010 10011101 100110 11011 0 100110 11100000 10111 110010

Color Harmonies of #62729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62729D

Black with #62729D

Text Example


Text Example

White with #62729D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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