Html Css Color HEX #63758C Waikawa Grey

📋 copy color: '#63758C'

red 99 ◦ green 117 ◦ blue 140

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

Shades of Waikawa Grey #63758C

Tints of Waikawa Grey #63758C

RGB

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

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

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

R = 27.81%
G = 32.87%
B = 39.33%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63758C (or 0x63758C) is known color: Waikawa Grey. HEX triplet: 63, 75 and 8C. RGB value is (99,117,140). Sum of RGB (Red+Green+Blue) = 99+117+140=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 140 - color contains mainly: blue. Hex color #63758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63758C is #9C8A73. Grayscale: #727272. Windows color (decimal): -10259060 or 9205091. OLE color: 9205091.

HSL color Cylindrical-coordinate representation of color #63758C: hue angle of 213.66º 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 #63758C is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 117 140 -
CMYK 0.29 0.16 0 0.45
HSL 213.66º 0.17% 0.47% -
HSV(B) 213.66º 0.29% 0.55% -
XYZ 16.24 17.27 27.29 -
YUV 114.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 99 117 140 0.29 0.16 0 0.45 213.66 0.17 0.47
Hex 63 75 8C 1D 10 0 2D D6 11 2F
Octal 143 165 214 35 20 0 55 326 21 57
Binary 1100011 1110101 10001100 11101 10000 0 101101 11010110 10001 101111

Color Harmonies of #63758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63758C

Black with #63758C

Text Example


Text Example

White with #63758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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