Html Css Color HEX #62778E Waikawa Grey

📋 copy color: '#62778E'

red 98 ◦ green 119 ◦ blue 142

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

Shades of Waikawa Grey #62778E

Tints of Waikawa Grey #62778E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.15%

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

R = 27.3%
G = 33.15%
B = 39.55%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#62778E (or 0x62778E) is known color: Waikawa Grey. HEX triplet: 62, 77 and 8E. RGB value is (98,119,142). Sum of RGB (Red+Green+Blue) = 98+119+142=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 142 - color contains mainly: blue. Hex color #62778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62778E is #9D8871. Grayscale: #737373. Windows color (decimal): -10324082 or 9336674. OLE color: 9336674.

HSL color Cylindrical-coordinate representation of color #62778E: hue angle of 211.36º 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 #62778E is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 119 142 -
CMYK 0.31 0.16 0 0.44
HSL 211.36º 0.18% 0.47% -
HSV(B) 211.36º 0.31% 0.56% -
XYZ 16.52 17.74 28.15 -
YUV 115.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 98 119 142 0.31 0.16 0 0.44 211.36 0.18 0.47
Hex 62 77 8E 1F 10 0 2C D3 12 2F
Octal 142 167 216 37 20 0 54 323 22 57
Binary 1100010 1110111 10001110 11111 10000 0 101100 11010011 10010 101111

Color Harmonies of #62778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62778E

Black with #62778E

Text Example


Text Example

White with #62778E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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