Html Css Color HEX #63769C Waikawa Grey

📋 copy color: '#63769C'

red 99 ◦ green 118 ◦ blue 156

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

Shades of Waikawa Grey #63769C

Tints of Waikawa Grey #63769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.64%

 BLUE value IS 156 (61.33% from 255) = 41.82%

R = 26.54%
G = 31.64%
B = 41.82%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#63769C (or 0x63769C) is known color: Waikawa Grey. HEX triplet: 63, 76 and 9C. RGB value is (99,118,156). Sum of RGB (Red+Green+Blue) = 99+118+156=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #63769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63769C is #9C8963. Grayscale: #747474. Windows color (decimal): -10258788 or 10253923. OLE color: 10253923.

HSL color Cylindrical-coordinate representation of color #63769C: hue angle of 220º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63769C is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 118 156 -
CMYK 0.37 0.24 0 0.39
HSL 220º 0.22% 0.5% -
HSV(B) 220º 0.37% 0.61% -
XYZ 17.62 18.01 34 -
YUV 116.65 150.21 115.41 -
System Red Green Blue C M Y K H S L
Decimal 99 118 156 0.37 0.24 0 0.39 220 0.22 0.5
Hex 63 76 9C 25 18 0 27 DC 16 32
Octal 143 166 234 45 30 0 47 334 26 62
Binary 1100011 1110110 10011100 100101 11000 0 100111 11011100 10110 110010

Color Harmonies of #63769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63769C

Black with #63769C

Text Example


Text Example

White with #63769C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63769C; }

 p { color: rgb(99,118,156); }

 H1.HeaderClassName
 {
   color: #63769C;
 }
 .AnyTagClassName
 {
   color: #63769C;
 }
</style>

background-color css

<style>
 a { background-color: #63769C; }

 a { background-color: rgb(99,118,156); }

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

border-color css

<style>
 span { border-color: #63769C; }

 span { border-color: rgb(99,118,156); }

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