Html Css Color HEX #63799F Waikawa Grey

📋 copy color: '#63799F'

red 99 ◦ green 121 ◦ blue 159

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

Shades of Waikawa Grey #63799F

Tints of Waikawa Grey #63799F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 26.12%
G = 31.93%
B = 41.95%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63799F (or 0x63799F) is known color: Waikawa Grey. HEX triplet: 63, 79 and 9F. RGB value is (99,121,159). Sum of RGB (Red+Green+Blue) = 99+121+159=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #63799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63799F is #9C8660. Grayscale: #767676. Windows color (decimal): -10258017 or 10451299. OLE color: 10451299.

HSL color Cylindrical-coordinate representation of color #63799F: hue angle of 218º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63799F is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 121 159 -
CMYK 0.38 0.24 0 0.38
HSL 218º 0.24% 0.51% -
HSV(B) 218º 0.38% 0.62% -
XYZ 18.24 18.83 35.47 -
YUV 118.75 150.71 113.91 -
System Red Green Blue C M Y K H S L
Decimal 99 121 159 0.38 0.24 0 0.38 218 0.24 0.51
Hex 63 79 9F 26 18 0 26 DA 18 33
Octal 143 171 237 46 30 0 46 332 30 63
Binary 1100011 1111001 10011111 100110 11000 0 100110 11011010 11000 110011

Color Harmonies of #63799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63799F

Black with #63799F

Text Example


Text Example

White with #63799F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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