Html Css Color HEX #63779F Waikawa Grey

📋 copy color: '#63779F'

red 99 ◦ green 119 ◦ blue 159

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

Shades of Waikawa Grey #63779F

Tints of Waikawa Grey #63779F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.56%

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

R = 26.26%
G = 31.56%
B = 42.18%

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

#63779F (or 0x63779F) is known color: Waikawa Grey. HEX triplet: 63, 77 and 9F. RGB value is (99,119,159). Sum of RGB (Red+Green+Blue) = 99+119+159=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #63779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63779F is #9C8860. Grayscale: #757575. Windows color (decimal): -10258529 or 10450787. OLE color: 10450787.

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

Color convert

RGB 99 119 159 -
CMYK 0.38 0.25 0 0.38
HSL 220º 0.24% 0.51% -
HSV(B) 220º 0.38% 0.62% -
XYZ 18 18.35 35.39 -
YUV 117.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 99 119 159 0.38 0.25 0 0.38 220 0.24 0.51
Hex 63 77 9F 26 19 0 26 DC 18 33
Octal 143 167 237 46 31 0 46 334 30 63
Binary 1100011 1110111 10011111 100110 11001 0 100110 11011100 11000 110011

Color Harmonies of #63779F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63779F

Black with #63779F

Text Example


Text Example

White with #63779F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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