Html Css Color HEX #62749A Waikawa Grey

📋 copy color: '#62749A'

red 98 ◦ green 116 ◦ blue 154

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

Shades of Waikawa Grey #62749A

Tints of Waikawa Grey #62749A

RGB

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

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

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

R = 26.63%
G = 31.52%
B = 41.85%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#62749A (or 0x62749A) is known color: Waikawa Grey. HEX triplet: 62, 74 and 9A. RGB value is (98,116,154). Sum of RGB (Red+Green+Blue) = 98+116+154=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #62749A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62749A is #9D8B65. Grayscale: #727272. Windows color (decimal): -10324838 or 10122338. OLE color: 10122338.

HSL color Cylindrical-coordinate representation of color #62749A: hue angle of 220.71º 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 #62749A is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 116 154 -
CMYK 0.36 0.25 0 0.40
HSL 220.71º 0.22% 0.49% -
HSV(B) 220.71º 0.36% 0.6% -
XYZ 17.12 17.42 33.03 -
YUV 114.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 98 116 154 0.36 0.25 0 0.40 220.71 0.22 0.49
Hex 62 74 9A 24 19 0 28 DD 16 31
Octal 142 164 232 44 31 0 50 335 26 61
Binary 1100010 1110100 10011010 100100 11001 0 101000 11011101 10110 110001

Color Harmonies of #62749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62749A

Black with #62749A

Text Example


Text Example

White with #62749A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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