Html Css Color HEX #62719D Waikawa Grey

📋 copy color: '#62719D'

red 98 ◦ green 113 ◦ blue 157

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

Shades of Waikawa Grey #62719D

Tints of Waikawa Grey #62719D

RGB

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

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

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

R = 26.63%
G = 30.71%
B = 42.66%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#62719D (or 0x62719D) is known color: Waikawa Grey. HEX triplet: 62, 71 and 9D. RGB value is (98,113,157). Sum of RGB (Red+Green+Blue) = 98+113+157=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #62719D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62719D is #9D8E62. Grayscale: #717171. Windows color (decimal): -10325603 or 10318178. OLE color: 10318178.

HSL color Cylindrical-coordinate representation of color #62719D: hue angle of 224.75º 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 #62719D is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 113 157 -
CMYK 0.38 0.28 0 0.38
HSL 224.75º 0.23% 0.5% -
HSV(B) 224.75º 0.38% 0.62% -
XYZ 17.03 16.84 34.25 -
YUV 113.53 152.53 116.92 -
System Red Green Blue C M Y K H S L
Decimal 98 113 157 0.38 0.28 0 0.38 224.75 0.23 0.5
Hex 62 71 9D 26 1C 0 26 E1 17 32
Octal 142 161 235 46 34 0 46 341 27 62
Binary 1100010 1110001 10011101 100110 11100 0 100110 11100001 10111 110010

Color Harmonies of #62719D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62719D

Black with #62719D

Text Example


Text Example

White with #62719D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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