Html Css Color HEX #62708B Waikawa Grey

📋 copy color: '#62708B'

red 98 ◦ green 112 ◦ blue 139

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

Shades of Waikawa Grey #62708B

Tints of Waikawa Grey #62708B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.09%

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

R = 28.08%
G = 32.09%
B = 39.83%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#62708B (or 0x62708B) is known color: Waikawa Grey. HEX triplet: 62, 70 and 8B. RGB value is (98,112,139). Sum of RGB (Red+Green+Blue) = 98+112+139=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #62708B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62708B is #9D8F74. Grayscale: #6E6E6E. Windows color (decimal): -10325877 or 9138274. OLE color: 9138274.

HSL color Cylindrical-coordinate representation of color #62708B: hue angle of 219.51º 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 #62708B is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 112 139 -
CMYK 0.29 0.19 0 0.45
HSL 219.51º 0.17% 0.46% -
HSV(B) 219.51º 0.29% 0.55% -
XYZ 15.49 16.05 26.71 -
YUV 110.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 98 112 139 0.29 0.19 0 0.45 219.51 0.17 0.46
Hex 62 70 8B 1D 13 0 2D DC 11 2E
Octal 142 160 213 35 23 0 55 334 21 56
Binary 1100010 1110000 10001011 11101 10011 0 101101 11011100 10001 101110

Color Harmonies of #62708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62708B

Black with #62708B

Text Example


Text Example

White with #62708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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