Html Css Color HEX #63847C Cutty Sark

📋 copy color: '#63847C'

red 99 ◦ green 132 ◦ blue 124

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

Shades of Cutty Sark #63847C

Tints of Cutty Sark #63847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.18%

 BLUE value IS 124 (48.83% from 255) = 34.93%

R = 27.89%
G = 37.18%
B = 34.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#63847C (or 0x63847C) is known color: Cutty Sark. HEX triplet: 63, 84 and 7C. RGB value is (99,132,124). Sum of RGB (Red+Green+Blue) = 99+132+124=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 132 - color contains mainly: green. Hex color #63847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63847C is #9C7B83. Grayscale: #797979. Windows color (decimal): -10255236 or 8160355. OLE color: 8160355.

HSL color Cylindrical-coordinate representation of color #63847C: hue angle of 165.45º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #63847C is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 132 124 -
CMYK 0.25 0 0.06 0.48
HSL 165.45º 0.14% 0.45% -
HSV(B) 165.45º 0.25% 0.52% -
XYZ 17.03 20.61 22.15 -
YUV 121.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 99 132 124 0.25 0 0.06 0.48 165.45 0.14 0.45
Hex 63 84 7C 19 0 6 30 A5 E 2D
Octal 143 204 174 31 0 6 60 245 16 55
Binary 1100011 10000100 1111100 11001 0 110 110000 10100101 1110 101101

Color Harmonies of #63847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63847C

Black with #63847C

Text Example


Text Example

White with #63847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,132,124); }

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

background-color css

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

 a { background-color: rgb(99,132,124); }

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

border-color css

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

 span { border-color: rgb(99,132,124); }

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