Html Css Color HEX #62749D Waikawa Grey

📋 copy color: '#62749D'

red 98 ◦ green 116 ◦ blue 157

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

Shades of Waikawa Grey #62749D

Tints of Waikawa Grey #62749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.27%

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

R = 26.42%
G = 31.27%
B = 42.32%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#62749D (or 0x62749D) is known color: Waikawa Grey. HEX triplet: 62, 74 and 9D. RGB value is (98,116,157). Sum of RGB (Red+Green+Blue) = 98+116+157=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #62749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62749D is #9D8B62. Grayscale: #737373. Windows color (decimal): -10324835 or 10318946. OLE color: 10318946.

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

Color convert

RGB 98 116 157 -
CMYK 0.38 0.26 0 0.38
HSL 221.69º 0.23% 0.5% -
HSV(B) 221.69º 0.38% 0.62% -
XYZ 17.37 17.52 34.36 -
YUV 115.29 151.54 115.67 -
System Red Green Blue C M Y K H S L
Decimal 98 116 157 0.38 0.26 0 0.38 221.69 0.23 0.5
Hex 62 74 9D 26 1A 0 26 DE 17 32
Octal 142 164 235 46 32 0 46 336 27 62
Binary 1100010 1110100 10011101 100110 11010 0 100110 11011110 10111 110010

Color Harmonies of #62749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62749D

Black with #62749D

Text Example


Text Example

White with #62749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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