Html Css Color HEX #63738F Waikawa Grey

📋 copy color: '#63738F'

red 99 ◦ green 115 ◦ blue 143

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

Shades of Waikawa Grey #63738F

Tints of Waikawa Grey #63738F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

 BLUE value IS 143 (56.25% from 255) = 40.06%

R = 27.73%
G = 32.21%
B = 40.06%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63738F (or 0x63738F) is known color: Waikawa Grey. HEX triplet: 63, 73 and 8F. RGB value is (99,115,143). Sum of RGB (Red+Green+Blue) = 99+115+143=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 143 - color contains mainly: blue. Hex color #63738F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63738F is #9C8C70. Grayscale: #717171. Windows color (decimal): -10259569 or 9401187. OLE color: 9401187.

HSL color Cylindrical-coordinate representation of color #63738F: hue angle of 218.18º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63738F is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 115 143 -
CMYK 0.31 0.20 0 0.44
HSL 218.18º 0.18% 0.47% -
HSV(B) 218.18º 0.31% 0.56% -
XYZ 16.23 16.9 28.39 -
YUV 113.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 99 115 143 0.31 0.20 0 0.44 218.18 0.18 0.47
Hex 63 73 8F 1F 14 0 2C DA 12 2F
Octal 143 163 217 37 24 0 54 332 22 57
Binary 1100011 1110011 10001111 11111 10100 0 101100 11011010 10010 101111

Color Harmonies of #63738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63738F

Black with #63738F

Text Example


Text Example

White with #63738F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63738F; }

 p { color: rgb(99,115,143); }

 H1.HeaderClassName
 {
   color: #63738F;
 }
 .AnyTagClassName
 {
   color: #63738F;
 }
</style>

background-color css

<style>
 a { background-color: #63738F; }

 a { background-color: rgb(99,115,143); }

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

border-color css

<style>
 span { border-color: #63738F; }

 span { border-color: rgb(99,115,143); }

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