Html Css Color HEX #63857A Cutty Sark

📋 copy color: '#63857A'

red 99 ◦ green 133 ◦ blue 122

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

Shades of Cutty Sark #63857A

Tints of Cutty Sark #63857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.57%

 BLUE value IS 122 (48.05% from 255) = 34.46%

R = 27.97%
G = 37.57%
B = 34.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#63857A (or 0x63857A) is known color: Cutty Sark. HEX triplet: 63, 85 and 7A. RGB value is (99,133,122). Sum of RGB (Red+Green+Blue) = 99+133+122=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 133 - color contains mainly: green. Hex color #63857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63857A is #9C7A85. Grayscale: #797979. Windows color (decimal): -10254982 or 8029539. OLE color: 8029539.

HSL color Cylindrical-coordinate representation of color #63857A: hue angle of 160.59º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63857A is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 133 122 -
CMYK 0.26 0 0.08 0.48
HSL 160.59º 0.15% 0.45% -
HSV(B) 160.59º 0.26% 0.52% -
XYZ 17.05 20.83 21.54 -
YUV 121.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 99 133 122 0.26 0 0.08 0.48 160.59 0.15 0.45
Hex 63 85 7A 1A 0 8 30 A1 F 2D
Octal 143 205 172 32 0 10 60 241 17 55
Binary 1100011 10000101 1111010 11010 0 1000 110000 10100001 1111 101101

Color Harmonies of #63857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63857A

Black with #63857A

Text Example


Text Example

White with #63857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63857A; }

 p { color: rgb(99,133,122); }

 H1.HeaderClassName
 {
   color: #63857A;
 }
 .AnyTagClassName
 {
   color: #63857A;
 }
</style>

background-color css

<style>
 a { background-color: #63857A; }

 a { background-color: rgb(99,133,122); }

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

border-color css

<style>
 span { border-color: #63857A; }

 span { border-color: rgb(99,133,122); }

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