Html Css Color HEX #63758E Waikawa Grey

📋 copy color: '#63758E'

red 99 ◦ green 117 ◦ blue 142

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

Shades of Waikawa Grey #63758E

Tints of Waikawa Grey #63758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.68%

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

R = 27.65%
G = 32.68%
B = 39.66%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63758E (or 0x63758E) is known color: Waikawa Grey. HEX triplet: 63, 75 and 8E. RGB value is (99,117,142). Sum of RGB (Red+Green+Blue) = 99+117+142=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #63758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63758E is #9C8A71. Grayscale: #727272. Windows color (decimal): -10259058 or 9336163. OLE color: 9336163.

HSL color Cylindrical-coordinate representation of color #63758E: hue angle of 214.88º 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 #63758E is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 117 142 -
CMYK 0.30 0.18 0 0.44
HSL 214.88º 0.18% 0.47% -
HSV(B) 214.88º 0.3% 0.56% -
XYZ 16.39 17.33 28.07 -
YUV 114.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 99 117 142 0.30 0.18 0 0.44 214.88 0.18 0.47
Hex 63 75 8E 1E 12 0 2C D7 12 2F
Octal 143 165 216 36 22 0 54 327 22 57
Binary 1100011 1110101 10001110 11110 10010 0 101100 11010111 10010 101111

Color Harmonies of #63758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63758E

Black with #63758E

Text Example


Text Example

White with #63758E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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