Html Css Color HEX #62749C Waikawa Grey

📋 copy color: '#62749C'

red 98 ◦ green 116 ◦ blue 156

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

Shades of Waikawa Grey #62749C

Tints of Waikawa Grey #62749C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.16%

R = 26.49%
G = 31.35%
B = 42.16%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62749C (or 0x62749C) is known color: Waikawa Grey. HEX triplet: 62, 74 and 9C. RGB value is (98,116,156). Sum of RGB (Red+Green+Blue) = 98+116+156=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #62749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62749C is #9D8B63. Grayscale: #737373. Windows color (decimal): -10324836 or 10253410. OLE color: 10253410.

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

Color convert

RGB 98 116 156 -
CMYK 0.37 0.26 0 0.39
HSL 221.38º 0.23% 0.5% -
HSV(B) 221.38º 0.37% 0.61% -
XYZ 17.28 17.49 33.92 -
YUV 115.18 151.04 115.75 -
System Red Green Blue C M Y K H S L
Decimal 98 116 156 0.37 0.26 0 0.39 221.38 0.23 0.5
Hex 62 74 9C 25 1A 0 27 DD 17 32
Octal 142 164 234 45 32 0 47 335 27 62
Binary 1100010 1110100 10011100 100101 11010 0 100111 11011101 10111 110010

Color Harmonies of #62749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62749C

Black with #62749C

Text Example


Text Example

White with #62749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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