Html Css Color HEX #62728A Waikawa Grey

📋 copy color: '#62728A'

red 98 ◦ green 114 ◦ blue 138

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

Shades of Waikawa Grey #62728A

Tints of Waikawa Grey #62728A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 28%
G = 32.57%
B = 39.43%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#62728A (or 0x62728A) is known color: Waikawa Grey. HEX triplet: 62, 72 and 8A. RGB value is (98,114,138). Sum of RGB (Red+Green+Blue) = 98+114+138=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 138 - color contains mainly: blue. Hex color #62728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62728A is #9D8D75. Grayscale: #6F6F6F. Windows color (decimal): -10325366 or 9073250. OLE color: 9073250.

HSL color Cylindrical-coordinate representation of color #62728A: hue angle of 216º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62728A is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 98 114 138 -
CMYK 0.29 0.17 0 0.46
HSL 216º 0.17% 0.46% -
HSV(B) 216º 0.29% 0.54% -
XYZ 15.64 16.47 26.4 -
YUV 111.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 98 114 138 0.29 0.17 0 0.46 216 0.17 0.46
Hex 62 72 8A 1D 11 0 2E D8 11 2E
Octal 142 162 212 35 21 0 56 330 21 56
Binary 1100010 1110010 10001010 11101 10001 0 101110 11011000 10001 101110

Color Harmonies of #62728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62728A

Black with #62728A

Text Example


Text Example

White with #62728A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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