Html Css Color HEX #62709C Waikawa Grey

📋 copy color: '#62709C'

red 98 ◦ green 112 ◦ blue 156

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

Shades of Waikawa Grey #62709C

Tints of Waikawa Grey #62709C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.6%

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

R = 26.78%
G = 30.6%
B = 42.62%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62709C (or 0x62709C) is known color: Waikawa Grey. HEX triplet: 62, 70 and 9C. RGB value is (98,112,156). Sum of RGB (Red+Green+Blue) = 98+112+156=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #62709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62709C is #9D8F63. Grayscale: #707070. Windows color (decimal): -10325860 or 10252386. OLE color: 10252386.

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

Color convert

RGB 98 112 156 -
CMYK 0.37 0.28 0 0.39
HSL 225.52º 0.23% 0.5% -
HSV(B) 225.52º 0.37% 0.61% -
XYZ 16.83 16.59 33.77 -
YUV 112.83 152.36 117.42 -
System Red Green Blue C M Y K H S L
Decimal 98 112 156 0.37 0.28 0 0.39 225.52 0.23 0.5
Hex 62 70 9C 25 1C 0 27 E2 17 32
Octal 142 160 234 45 34 0 47 342 27 62
Binary 1100010 1110000 10011100 100101 11100 0 100111 11100010 10111 110010

Color Harmonies of #62709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62709C

Black with #62709C

Text Example


Text Example

White with #62709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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