Html Css Color HEX #63719D Waikawa Grey

📋 copy color: '#63719D'

red 99 ◦ green 113 ◦ blue 157

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

Shades of Waikawa Grey #63719D

Tints of Waikawa Grey #63719D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.62%

 BLUE value IS 157 (61.72% from 255) = 42.55%

R = 26.83%
G = 30.62%
B = 42.55%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#63719D (or 0x63719D) is known color: Waikawa Grey. HEX triplet: 63, 71 and 9D. RGB value is (99,113,157). Sum of RGB (Red+Green+Blue) = 99+113+157=369 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.83% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #63719D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63719D is #9C8E62. Grayscale: #717171. Windows color (decimal): -10260067 or 10318179. OLE color: 10318179.

HSL color Cylindrical-coordinate representation of color #63719D: hue angle of 225.52º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63719D is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 113 157 -
CMYK 0.37 0.28 0 0.38
HSL 225.52º 0.23% 0.5% -
HSV(B) 225.52º 0.37% 0.62% -
XYZ 17.14 16.9 34.26 -
YUV 113.83 152.36 117.42 -
System Red Green Blue C M Y K H S L
Decimal 99 113 157 0.37 0.28 0 0.38 225.52 0.23 0.5
Hex 63 71 9D 25 1C 0 26 E2 17 32
Octal 143 161 235 45 34 0 46 342 27 62
Binary 1100011 1110001 10011101 100101 11100 0 100110 11100010 10111 110010

Color Harmonies of #63719D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63719D

Black with #63719D

Text Example


Text Example

White with #63719D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63719D; }

 p { color: rgb(99,113,157); }

 H1.HeaderClassName
 {
   color: #63719D;
 }
 .AnyTagClassName
 {
   color: #63719D;
 }
</style>

background-color css

<style>
 a { background-color: #63719D; }

 a { background-color: rgb(99,113,157); }

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

border-color css

<style>
 span { border-color: #63719D; }

 span { border-color: rgb(99,113,157); }

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