Html Css Color HEX #62719A Waikawa Grey

📋 copy color: '#62719A'

red 98 ◦ green 113 ◦ blue 154

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

Shades of Waikawa Grey #62719A

Tints of Waikawa Grey #62719A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.19%

R = 26.85%
G = 30.96%
B = 42.19%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#62719A (or 0x62719A) is known color: Waikawa Grey. HEX triplet: 62, 71 and 9A. RGB value is (98,113,154). Sum of RGB (Red+Green+Blue) = 98+113+154=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #62719A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62719A is #9D8E65. Grayscale: #717171. Windows color (decimal): -10325606 or 10121570. OLE color: 10121570.

HSL color Cylindrical-coordinate representation of color #62719A: hue angle of 223.93º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62719A is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 113 154 -
CMYK 0.36 0.27 0 0.40
HSL 223.93º 0.22% 0.49% -
HSV(B) 223.93º 0.36% 0.6% -
XYZ 16.77 16.74 32.92 -
YUV 113.19 151.03 117.17 -
System Red Green Blue C M Y K H S L
Decimal 98 113 154 0.36 0.27 0 0.40 223.93 0.22 0.49
Hex 62 71 9A 24 1B 0 28 E0 16 31
Octal 142 161 232 44 33 0 50 340 26 61
Binary 1100010 1110001 10011010 100100 11011 0 101000 11100000 10110 110001

Color Harmonies of #62719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62719A

Black with #62719A

Text Example


Text Example

White with #62719A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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