Html Css Color HEX #62709B Waikawa Grey

📋 copy color: '#62709B'

red 98 ◦ green 112 ◦ blue 155

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

Shades of Waikawa Grey #62709B

Tints of Waikawa Grey #62709B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.47%

R = 26.85%
G = 30.68%
B = 42.47%

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

#62709B (or 0x62709B) is known color: Waikawa Grey. HEX triplet: 62, 70 and 9B. RGB value is (98,112,155). Sum of RGB (Red+Green+Blue) = 98+112+155=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #62709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62709B is #9D8F64. Grayscale: #707070. Windows color (decimal): -10325861 or 10186850. OLE color: 10186850.

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

Color convert

RGB 98 112 155 -
CMYK 0.37 0.28 0 0.39
HSL 225.26º 0.23% 0.5% -
HSV(B) 225.26º 0.37% 0.61% -
XYZ 16.75 16.55 33.32 -
YUV 112.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 98 112 155 0.37 0.28 0 0.39 225.26 0.23 0.5
Hex 62 70 9B 25 1C 0 27 E1 17 32
Octal 142 160 233 45 34 0 47 341 27 62
Binary 1100010 1110000 10011011 100101 11100 0 100111 11100001 10111 110010

Color Harmonies of #62709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62709B

Black with #62709B

Text Example


Text Example

White with #62709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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