Html Css Color HEX #63708C Waikawa Grey

📋 copy color: '#63708C'

red 99 ◦ green 112 ◦ blue 140

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

Shades of Waikawa Grey #63708C

Tints of Waikawa Grey #63708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.89%

R = 28.21%
G = 31.91%
B = 39.89%

CMYK

 C value IS 0.29

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63708C (or 0x63708C) is known color: Waikawa Grey. HEX triplet: 63, 70 and 8C. RGB value is (99,112,140). Sum of RGB (Red+Green+Blue) = 99+112+140=351 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.21% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #63708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63708C is #9C8F73. Grayscale: #6F6F6F. Windows color (decimal): -10260340 or 9203811. OLE color: 9203811.

HSL color Cylindrical-coordinate representation of color #63708C: hue angle of 220.98º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #63708C is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 112 140 -
CMYK 0.29 0.20 0 0.45
HSL 220.98º 0.17% 0.47% -
HSV(B) 220.98º 0.29% 0.55% -
XYZ 15.67 16.13 27.1 -
YUV 111.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 99 112 140 0.29 0.20 0 0.45 220.98 0.17 0.47
Hex 63 70 8C 1D 14 0 2D DD 11 2F
Octal 143 160 214 35 24 0 55 335 21 57
Binary 1100011 1110000 10001100 11101 10100 0 101101 11011101 10001 101111

Color Harmonies of #63708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63708C

Black with #63708C

Text Example


Text Example

White with #63708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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