Html Css Color HEX #63769E Waikawa Grey

📋 copy color: '#63769E'

red 99 ◦ green 118 ◦ blue 158

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

Shades of Waikawa Grey #63769E

Tints of Waikawa Grey #63769E

RGB

 RED value IS 99 (39.06% from 255) = 26.4%

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

 BLUE value IS 158 (62.11% from 255) = 42.13%

R = 26.4%
G = 31.47%
B = 42.13%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63769E (or 0x63769E) is known color: Waikawa Grey. HEX triplet: 63, 76 and 9E. RGB value is (99,118,158). Sum of RGB (Red+Green+Blue) = 99+118+158=375 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.4% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 158 (62.11% from 255 or 42.13% from 375); Max value from RGB is 158 - color contains mainly: blue. Hex color #63769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63769E is #9C8961. Grayscale: #747474. Windows color (decimal): -10258786 or 10384995. OLE color: 10384995.

HSL color Cylindrical-coordinate representation of color #63769E: hue angle of 220.68º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63769E is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 118 158 -
CMYK 0.37 0.25 0 0.38
HSL 220.68º 0.23% 0.5% -
HSV(B) 220.68º 0.37% 0.62% -
XYZ 17.8 18.08 34.9 -
YUV 116.88 151.21 115.25 -
System Red Green Blue C M Y K H S L
Decimal 99 118 158 0.37 0.25 0 0.38 220.68 0.23 0.5
Hex 63 76 9E 25 19 0 26 DD 17 32
Octal 143 166 236 45 31 0 46 335 27 62
Binary 1100011 1110110 10011110 100101 11001 0 100110 11011101 10111 110010

Color Harmonies of #63769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63769E

Black with #63769E

Text Example


Text Example

White with #63769E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,118,158); }

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

background-color css

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

 a { background-color: rgb(99,118,158); }

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

border-color css

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

 span { border-color: rgb(99,118,158); }

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