Html Css Color HEX #62769B Waikawa Grey

📋 copy color: '#62769B'

red 98 ◦ green 118 ◦ blue 155

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

Shades of Waikawa Grey #62769B

Tints of Waikawa Grey #62769B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.81%

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

R = 26.42%
G = 31.81%
B = 41.78%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#62769B (or 0x62769B) is known color: Waikawa Grey. HEX triplet: 62, 76 and 9B. RGB value is (98,118,155). Sum of RGB (Red+Green+Blue) = 98+118+155=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #62769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62769B is #9D8964. Grayscale: #747474. Windows color (decimal): -10324325 or 10188386. OLE color: 10188386.

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

Color convert

RGB 98 118 155 -
CMYK 0.37 0.24 0 0.39
HSL 218.95º 0.23% 0.5% -
HSV(B) 218.95º 0.37% 0.61% -
XYZ 17.43 17.92 33.55 -
YUV 116.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 98 118 155 0.37 0.24 0 0.39 218.95 0.23 0.5
Hex 62 76 9B 25 18 0 27 DB 17 32
Octal 142 166 233 45 30 0 47 333 27 62
Binary 1100010 1110110 10011011 100101 11000 0 100111 11011011 10111 110010

Color Harmonies of #62769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62769B

Black with #62769B

Text Example


Text Example

White with #62769B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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