Html Css Color HEX #63789F Waikawa Grey

📋 copy color: '#63789F'

red 99 ◦ green 120 ◦ blue 159

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

Shades of Waikawa Grey #63789F

Tints of Waikawa Grey #63789F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.75%

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

R = 26.19%
G = 31.75%
B = 42.06%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63789F (or 0x63789F) is known color: Waikawa Grey. HEX triplet: 63, 78 and 9F. RGB value is (99,120,159). Sum of RGB (Red+Green+Blue) = 99+120+159=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #63789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63789F is #9C8760. Grayscale: #757575. Windows color (decimal): -10258273 or 10451043. OLE color: 10451043.

HSL color Cylindrical-coordinate representation of color #63789F: hue angle of 219º 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 #63789F is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 120 159 -
CMYK 0.38 0.25 0 0.38
HSL 219º 0.24% 0.51% -
HSV(B) 219º 0.38% 0.62% -
XYZ 18.12 18.59 35.43 -
YUV 118.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 99 120 159 0.38 0.25 0 0.38 219 0.24 0.51
Hex 63 78 9F 26 19 0 26 DB 18 33
Octal 143 170 237 46 31 0 46 333 30 63
Binary 1100011 1111000 10011111 100110 11001 0 100110 11011011 11000 110011

Color Harmonies of #63789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63789F

Black with #63789F

Text Example


Text Example

White with #63789F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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