Html Css Color HEX #62718B Waikawa Grey

📋 copy color: '#62718B'

red 98 ◦ green 113 ◦ blue 139

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

Shades of Waikawa Grey #62718B

Tints of Waikawa Grey #62718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.29%

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

R = 28%
G = 32.29%
B = 39.71%

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

#62718B (or 0x62718B) is known color: Waikawa Grey. HEX triplet: 62, 71 and 8B. RGB value is (98,113,139). Sum of RGB (Red+Green+Blue) = 98+113+139=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #62718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62718B is #9D8E74. Grayscale: #6F6F6F. Windows color (decimal): -10325621 or 9138530. OLE color: 9138530.

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

Color convert

RGB 98 113 139 -
CMYK 0.29 0.19 0 0.45
HSL 218.05º 0.17% 0.46% -
HSV(B) 218.05º 0.29% 0.55% -
XYZ 15.6 16.27 26.74 -
YUV 111.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 98 113 139 0.29 0.19 0 0.45 218.05 0.17 0.46
Hex 62 71 8B 1D 13 0 2D DA 11 2E
Octal 142 161 213 35 23 0 55 332 21 56
Binary 1100010 1110001 10001011 11101 10011 0 101101 11011010 10001 101110

Color Harmonies of #62718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62718B

Black with #62718B

Text Example


Text Example

White with #62718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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