Html Css Color HEX #62719B Waikawa Grey

📋 copy color: '#62719B'

red 98 ◦ green 113 ◦ blue 155

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

Shades of Waikawa Grey #62719B

Tints of Waikawa Grey #62719B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.35%

R = 26.78%
G = 30.87%
B = 42.35%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62719B (or 0x62719B) is known color: Waikawa Grey. HEX triplet: 62, 71 and 9B. RGB value is (98,113,155). Sum of RGB (Red+Green+Blue) = 98+113+155=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #62719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62719B is #9D8E64. Grayscale: #717171. Windows color (decimal): -10325605 or 10187106. OLE color: 10187106.

HSL color Cylindrical-coordinate representation of color #62719B: hue angle of 224.21º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62719B is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 113 155 -
CMYK 0.37 0.27 0 0.39
HSL 224.21º 0.23% 0.5% -
HSV(B) 224.21º 0.37% 0.61% -
XYZ 16.86 16.77 33.36 -
YUV 113.3 151.53 117.08 -
System Red Green Blue C M Y K H S L
Decimal 98 113 155 0.37 0.27 0 0.39 224.21 0.23 0.5
Hex 62 71 9B 25 1B 0 27 E0 17 32
Octal 142 161 233 45 33 0 47 340 27 62
Binary 1100010 1110001 10011011 100101 11011 0 100111 11100000 10111 110010

Color Harmonies of #62719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62719B

Black with #62719B

Text Example


Text Example

White with #62719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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