Html Css Color HEX #63799E Waikawa Grey

📋 copy color: '#63799E'

red 99 ◦ green 121 ◦ blue 158

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

Shades of Waikawa Grey #63799E

Tints of Waikawa Grey #63799E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.01%

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

R = 26.19%
G = 32.01%
B = 41.8%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63799E (or 0x63799E) is known color: Waikawa Grey. HEX triplet: 63, 79 and 9E. RGB value is (99,121,158). Sum of RGB (Red+Green+Blue) = 99+121+158=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 158 - color contains mainly: blue. Hex color #63799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63799E is #9C8661. Grayscale: #767676. Windows color (decimal): -10258018 or 10385763. OLE color: 10385763.

HSL color Cylindrical-coordinate representation of color #63799E: hue angle of 217.63º 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 #63799E is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 121 158 -
CMYK 0.37 0.23 0 0.38
HSL 217.63º 0.23% 0.5% -
HSV(B) 217.63º 0.37% 0.62% -
XYZ 18.15 18.8 35.02 -
YUV 118.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 99 121 158 0.37 0.23 0 0.38 217.63 0.23 0.5
Hex 63 79 9E 25 17 0 26 DA 17 32
Octal 143 171 236 45 27 0 46 332 27 62
Binary 1100011 1111001 10011110 100101 10111 0 100110 11011010 10111 110010

Color Harmonies of #63799E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63799E

Black with #63799E

Text Example


Text Example

White with #63799E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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