Html Css Color HEX #62709A Waikawa Grey

📋 copy color: '#62709A'

red 98 ◦ green 112 ◦ blue 154

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

Shades of Waikawa Grey #62709A

Tints of Waikawa Grey #62709A

RGB

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

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

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

R = 26.92%
G = 30.77%
B = 42.31%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#62709A (or 0x62709A) is known color: Waikawa Grey. HEX triplet: 62, 70 and 9A. RGB value is (98,112,154). Sum of RGB (Red+Green+Blue) = 98+112+154=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #62709A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62709A is #9D8F65. Grayscale: #707070. Windows color (decimal): -10325862 or 10121314. OLE color: 10121314.

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

Color convert

RGB 98 112 154 -
CMYK 0.36 0.27 0 0.40
HSL 225º 0.22% 0.49% -
HSV(B) 225º 0.36% 0.6% -
XYZ 16.66 16.52 32.88 -
YUV 112.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 98 112 154 0.36 0.27 0 0.40 225 0.22 0.49
Hex 62 70 9A 24 1B 0 28 E1 16 31
Octal 142 160 232 44 33 0 50 341 26 61
Binary 1100010 1110000 10011010 100100 11011 0 101000 11100001 10110 110001

Color Harmonies of #62709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62709A

Black with #62709A

Text Example


Text Example

White with #62709A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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