Html Css Color HEX #62799C Waikawa Grey

📋 copy color: '#62799C'

red 98 ◦ green 121 ◦ blue 156

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

Shades of Waikawa Grey #62799C

Tints of Waikawa Grey #62799C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.27%

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

R = 26.13%
G = 32.27%
B = 41.6%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62799C (or 0x62799C) is known color: Waikawa Grey. HEX triplet: 62, 79 and 9C. RGB value is (98,121,156). Sum of RGB (Red+Green+Blue) = 98+121+156=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #62799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62799C is #9D8663. Grayscale: #757575. Windows color (decimal): -10323556 or 10254690. OLE color: 10254690.

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

Color convert

RGB 98 121 156 -
CMYK 0.37 0.22 0 0.39
HSL 216.21º 0.23% 0.5% -
HSV(B) 216.21º 0.37% 0.61% -
XYZ 17.88 18.67 34.11 -
YUV 118.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 98 121 156 0.37 0.22 0 0.39 216.21 0.23 0.5
Hex 62 79 9C 25 16 0 27 D8 17 32
Octal 142 171 234 45 26 0 47 330 27 62
Binary 1100010 1111001 10011100 100101 10110 0 100111 11011000 10111 110010

Color Harmonies of #62799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62799C

Black with #62799C

Text Example


Text Example

White with #62799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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