Html Css Color HEX #62748B Waikawa Grey

📋 copy color: '#62748B'

red 98 ◦ green 116 ◦ blue 139

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

Shades of Waikawa Grey #62748B

Tints of Waikawa Grey #62748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

 BLUE value IS 139 (54.69% from 255) = 39.38%

R = 27.76%
G = 32.86%
B = 39.38%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62748B (or 0x62748B) is known color: Waikawa Grey. HEX triplet: 62, 74 and 8B. RGB value is (98,116,139). Sum of RGB (Red+Green+Blue) = 98+116+139=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 139 - color contains mainly: blue. Hex color #62748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62748B is #9D8B74. Grayscale: #717171. Windows color (decimal): -10324853 or 9139298. OLE color: 9139298.

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

Color convert

RGB 98 116 139 -
CMYK 0.29 0.17 0 0.45
HSL 213.66º 0.17% 0.46% -
HSV(B) 213.66º 0.29% 0.55% -
XYZ 15.94 16.95 26.86 -
YUV 113.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 98 116 139 0.29 0.17 0 0.45 213.66 0.17 0.46
Hex 62 74 8B 1D 11 0 2D D6 11 2E
Octal 142 164 213 35 21 0 55 326 21 56
Binary 1100010 1110100 10001011 11101 10001 0 101101 11010110 10001 101110

Color Harmonies of #62748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62748B

Black with #62748B

Text Example


Text Example

White with #62748B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,116,139); }

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

background-color css

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

 a { background-color: rgb(98,116,139); }

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

border-color css

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

 span { border-color: rgb(98,116,139); }

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