Html Css Color HEX #63748C Waikawa Grey

📋 copy color: '#63748C'

red 99 ◦ green 116 ◦ blue 140

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

Shades of Waikawa Grey #63748C

Tints of Waikawa Grey #63748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.68%

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

R = 27.89%
G = 32.68%
B = 39.44%

CMYK

 C value IS 0.29

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63748C (or 0x63748C) is known color: Waikawa Grey. HEX triplet: 63, 74 and 8C. RGB value is (99,116,140). Sum of RGB (Red+Green+Blue) = 99+116+140=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #63748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63748C is #9C8B73. Grayscale: #717171. Windows color (decimal): -10259316 or 9204835. OLE color: 9204835.

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

Color convert

RGB 99 116 140 -
CMYK 0.29 0.17 0 0.45
HSL 215.12º 0.17% 0.47% -
HSV(B) 215.12º 0.29% 0.55% -
XYZ 16.12 17.04 27.25 -
YUV 113.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 99 116 140 0.29 0.17 0 0.45 215.12 0.17 0.47
Hex 63 74 8C 1D 11 0 2D D7 11 2F
Octal 143 164 214 35 21 0 55 327 21 57
Binary 1100011 1110100 10001100 11101 10001 0 101101 11010111 10001 101111

Color Harmonies of #63748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63748C

Black with #63748C

Text Example


Text Example

White with #63748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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