Html Css Color HEX #63718F Waikawa Grey

📋 copy color: '#63718F'

red 99 ◦ green 113 ◦ blue 143

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

Shades of Waikawa Grey #63718F

Tints of Waikawa Grey #63718F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.28%

R = 27.89%
G = 31.83%
B = 40.28%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63718F (or 0x63718F) is known color: Waikawa Grey. HEX triplet: 63, 71 and 8F. RGB value is (99,113,143). Sum of RGB (Red+Green+Blue) = 99+113+143=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 143 - color contains mainly: blue. Hex color #63718F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63718F is #9C8E70. Grayscale: #707070. Windows color (decimal): -10260081 or 9400675. OLE color: 9400675.

HSL color Cylindrical-coordinate representation of color #63718F: hue angle of 220.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63718F is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 113 143 -
CMYK 0.31 0.21 0 0.44
HSL 220.91º 0.18% 0.47% -
HSV(B) 220.91º 0.31% 0.56% -
XYZ 16.01 16.45 28.32 -
YUV 112.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 99 113 143 0.31 0.21 0 0.44 220.91 0.18 0.47
Hex 63 71 8F 1F 15 0 2C DD 12 2F
Octal 143 161 217 37 25 0 54 335 22 57
Binary 1100011 1110001 10001111 11111 10101 0 101100 11011101 10010 101111

Color Harmonies of #63718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63718F

Black with #63718F

Text Example


Text Example

White with #63718F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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