Html Css Color HEX #63758D Waikawa Grey

📋 copy color: '#63758D'

red 99 ◦ green 117 ◦ blue 141

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

Shades of Waikawa Grey #63758D

Tints of Waikawa Grey #63758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 27.73%
G = 32.77%
B = 39.5%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63758D (or 0x63758D) is known color: Waikawa Grey. HEX triplet: 63, 75 and 8D. RGB value is (99,117,141). Sum of RGB (Red+Green+Blue) = 99+117+141=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #63758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63758D is #9C8A72. Grayscale: #727272. Windows color (decimal): -10259059 or 9270627. OLE color: 9270627.

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

Color convert

RGB 99 117 141 -
CMYK 0.30 0.17 0 0.45
HSL 214.29º 0.18% 0.47% -
HSV(B) 214.29º 0.3% 0.55% -
XYZ 16.31 17.3 27.68 -
YUV 114.35 143.04 117.05 -
System Red Green Blue C M Y K H S L
Decimal 99 117 141 0.30 0.17 0 0.45 214.29 0.18 0.47
Hex 63 75 8D 1E 11 0 2D D6 12 2F
Octal 143 165 215 36 21 0 55 326 22 57
Binary 1100011 1110101 10001101 11110 10001 0 101101 11010110 10010 101111

Color Harmonies of #63758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63758D

Black with #63758D

Text Example


Text Example

White with #63758D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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