Html Css Color HEX #62758E Waikawa Grey

📋 copy color: '#62758E'

red 98 ◦ green 117 ◦ blue 142

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

Shades of Waikawa Grey #62758E

Tints of Waikawa Grey #62758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

 BLUE value IS 142 (55.86% from 255) = 39.78%

R = 27.45%
G = 32.77%
B = 39.78%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#62758E (or 0x62758E) is known color: Waikawa Grey. HEX triplet: 62, 75 and 8E. RGB value is (98,117,142). Sum of RGB (Red+Green+Blue) = 98+117+142=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #62758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62758E is #9D8A71. Grayscale: #727272. Windows color (decimal): -10324594 or 9336162. OLE color: 9336162.

HSL color Cylindrical-coordinate representation of color #62758E: hue angle of 214.09º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #62758E is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 117 142 -
CMYK 0.31 0.18 0 0.44
HSL 214.09º 0.18% 0.47% -
HSV(B) 214.09º 0.31% 0.56% -
XYZ 16.28 17.27 28.07 -
YUV 114.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 98 117 142 0.31 0.18 0 0.44 214.09 0.18 0.47
Hex 62 75 8E 1F 12 0 2C D6 12 2F
Octal 142 165 216 37 22 0 54 326 22 57
Binary 1100010 1110101 10001110 11111 10010 0 101100 11010110 10010 101111

Color Harmonies of #62758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62758E

Black with #62758E

Text Example


Text Example

White with #62758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62758E; }

 p { color: rgb(98,117,142); }

 H1.HeaderClassName
 {
   color: #62758E;
 }
 .AnyTagClassName
 {
   color: #62758E;
 }
</style>

background-color css

<style>
 a { background-color: #62758E; }

 a { background-color: rgb(98,117,142); }

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

border-color css

<style>
 span { border-color: #62758E; }

 span { border-color: rgb(98,117,142); }

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