Html Css Color HEX #62759C Waikawa Grey

📋 copy color: '#62759C'

red 98 ◦ green 117 ◦ blue 156

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

Shades of Waikawa Grey #62759C

Tints of Waikawa Grey #62759C

RGB

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

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

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

R = 26.42%
G = 31.54%
B = 42.05%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62759C (or 0x62759C) is known color: Waikawa Grey. HEX triplet: 62, 75 and 9C. RGB value is (98,117,156). Sum of RGB (Red+Green+Blue) = 98+117+156=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #62759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62759C is #9D8A63. Grayscale: #737373. Windows color (decimal): -10324580 or 10253666. OLE color: 10253666.

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

Color convert

RGB 98 117 156 -
CMYK 0.37 0.25 0 0.39
HSL 220.34º 0.23% 0.5% -
HSV(B) 220.34º 0.37% 0.61% -
XYZ 17.4 17.72 33.96 -
YUV 115.77 150.71 115.33 -
System Red Green Blue C M Y K H S L
Decimal 98 117 156 0.37 0.25 0 0.39 220.34 0.23 0.5
Hex 62 75 9C 25 19 0 27 DC 17 32
Octal 142 165 234 45 31 0 47 334 27 62
Binary 1100010 1110101 10011100 100101 11001 0 100111 11011100 10111 110010

Color Harmonies of #62759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62759C

Black with #62759C

Text Example


Text Example

White with #62759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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