Html Css Color HEX #638273 Cutty Sark

📋 copy color: '#638273'

red 99 ◦ green 130 ◦ blue 115

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

Shades of Cutty Sark #638273

Tints of Cutty Sark #638273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.79%

 BLUE value IS 115 (45.31% from 255) = 33.43%

R = 28.78%
G = 37.79%
B = 33.43%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#638273 (or 0x638273) is known color: Cutty Sark. HEX triplet: 63, 82 and 73. RGB value is (99,130,115). Sum of RGB (Red+Green+Blue) = 99+130+115=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 115 (45.31% from 255 or 33.43% from 344); Max value from RGB is 130 - color contains mainly: green. Hex color #638273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638273 is #9C7D8C. Grayscale: #777777. Windows color (decimal): -10255757 or 7570019. OLE color: 7570019.

HSL color Cylindrical-coordinate representation of color #638273: hue angle of 150.97º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #638273 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 130 115 -
CMYK 0.24 0 0.12 0.49
HSL 150.97º 0.14% 0.45% -
HSV(B) 150.97º 0.24% 0.51% -
XYZ 16.22 19.86 19.2 -
YUV 119.02 125.73 113.72 -
System Red Green Blue C M Y K H S L
Decimal 99 130 115 0.24 0 0.12 0.49 150.97 0.14 0.45
Hex 63 82 73 18 0 C 31 97 E 2D
Octal 143 202 163 30 0 14 61 227 16 55
Binary 1100011 10000010 1110011 11000 0 1100 110001 10010111 1110 101101

Color Harmonies of #638273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638273

Black with #638273

Text Example


Text Example

White with #638273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638273; }

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

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

background-color css

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

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

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

border-color css

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

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

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