Html Css Color HEX #63708E Waikawa Grey

📋 copy color: '#63708E'

red 99 ◦ green 112 ◦ blue 142

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

Shades of Waikawa Grey #63708E

Tints of Waikawa Grey #63708E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

 BLUE value IS 142 (55.86% from 255) = 40.23%

R = 28.05%
G = 31.73%
B = 40.23%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63708E (or 0x63708E) is known color: Waikawa Grey. HEX triplet: 63, 70 and 8E. RGB value is (99,112,142). Sum of RGB (Red+Green+Blue) = 99+112+142=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #63708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63708E is #9C8F71. Grayscale: #6F6F6F. Windows color (decimal): -10260338 or 9334883. OLE color: 9334883.

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

Color convert

RGB 99 112 142 -
CMYK 0.30 0.21 0 0.44
HSL 221.86º 0.18% 0.47% -
HSV(B) 221.86º 0.3% 0.56% -
XYZ 15.82 16.19 27.88 -
YUV 111.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 99 112 142 0.30 0.21 0 0.44 221.86 0.18 0.47
Hex 63 70 8E 1E 15 0 2C DE 12 2F
Octal 143 160 216 36 25 0 54 336 22 57
Binary 1100011 1110000 10001110 11110 10101 0 101100 11011110 10010 101111

Color Harmonies of #63708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63708E

Black with #63708E

Text Example


Text Example

White with #63708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63708E; }

 p { color: rgb(99,112,142); }

 H1.HeaderClassName
 {
   color: #63708E;
 }
 .AnyTagClassName
 {
   color: #63708E;
 }
</style>

background-color css

<style>
 a { background-color: #63708E; }

 a { background-color: rgb(99,112,142); }

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

border-color css

<style>
 span { border-color: #63708E; }

 span { border-color: rgb(99,112,142); }

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