Html Css Color HEX #63779A Waikawa Grey

📋 copy color: '#63779A'

red 99 ◦ green 119 ◦ blue 154

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

Shades of Waikawa Grey #63779A

Tints of Waikawa Grey #63779A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.4%

R = 26.61%
G = 31.99%
B = 41.4%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#63779A (or 0x63779A) is known color: Waikawa Grey. HEX triplet: 63, 77 and 9A. RGB value is (99,119,154). Sum of RGB (Red+Green+Blue) = 99+119+154=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #63779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63779A is #9C8865. Grayscale: #747474. Windows color (decimal): -10258534 or 10123107. OLE color: 10123107.

HSL color Cylindrical-coordinate representation of color #63779A: hue angle of 218.18º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63779A is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 119 154 -
CMYK 0.36 0.23 0 0.40
HSL 218.18º 0.22% 0.5% -
HSV(B) 218.18º 0.36% 0.6% -
XYZ 17.58 18.18 33.15 -
YUV 117.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 99 119 154 0.36 0.23 0 0.40 218.18 0.22 0.5
Hex 63 77 9A 24 17 0 28 DA 16 32
Octal 143 167 232 44 27 0 50 332 26 62
Binary 1100011 1110111 10011010 100100 10111 0 101000 11011010 10110 110010

Color Harmonies of #63779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63779A

Black with #63779A

Text Example


Text Example

White with #63779A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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