Html Css Color HEX #62779A Waikawa Grey

📋 copy color: '#62779A'

red 98 ◦ green 119 ◦ blue 154

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

Shades of Waikawa Grey #62779A

Tints of Waikawa Grey #62779A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.08%

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

R = 26.42%
G = 32.08%
B = 41.51%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#62779A (or 0x62779A) is known color: Waikawa Grey. HEX triplet: 62, 77 and 9A. RGB value is (98,119,154). Sum of RGB (Red+Green+Blue) = 98+119+154=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #62779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62779A is #9D8865. Grayscale: #747474. Windows color (decimal): -10324070 or 10123106. OLE color: 10123106.

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

Color convert

RGB 98 119 154 -
CMYK 0.36 0.23 0 0.40
HSL 217.5º 0.22% 0.49% -
HSV(B) 217.5º 0.36% 0.6% -
XYZ 17.47 18.12 33.15 -
YUV 116.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 98 119 154 0.36 0.23 0 0.40 217.5 0.22 0.49
Hex 62 77 9A 24 17 0 28 DA 16 31
Octal 142 167 232 44 27 0 50 332 26 61
Binary 1100010 1110111 10011010 100100 10111 0 101000 11011010 10110 110001

Color Harmonies of #62779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62779A

Black with #62779A

Text Example


Text Example

White with #62779A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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