Html Css Color HEX #62759B Waikawa Grey

📋 copy color: '#62759B'

red 98 ◦ green 117 ◦ blue 155

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

Shades of Waikawa Grey #62759B

Tints of Waikawa Grey #62759B

RGB

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

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

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

R = 26.49%
G = 31.62%
B = 41.89%

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

#62759B (or 0x62759B) is known color: Waikawa Grey. HEX triplet: 62, 75 and 9B. RGB value is (98,117,155). Sum of RGB (Red+Green+Blue) = 98+117+155=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #62759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62759B is #9D8A64. Grayscale: #737373. Windows color (decimal): -10324581 or 10188130. OLE color: 10188130.

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

Color convert

RGB 98 117 155 -
CMYK 0.37 0.25 0 0.39
HSL 220º 0.23% 0.5% -
HSV(B) 220º 0.37% 0.61% -
XYZ 17.31 17.69 33.51 -
YUV 115.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 98 117 155 0.37 0.25 0 0.39 220 0.23 0.5
Hex 62 75 9B 25 19 0 27 DC 17 32
Octal 142 165 233 45 31 0 47 334 27 62
Binary 1100010 1110101 10011011 100101 11001 0 100111 11011100 10111 110010

Color Harmonies of #62759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62759B

Black with #62759B

Text Example


Text Example

White with #62759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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