Html Css Color HEX #638279 Cutty Sark

📋 copy color: '#638279'

red 99 ◦ green 130 ◦ blue 121

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

Shades of Cutty Sark #638279

Tints of Cutty Sark #638279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.57%

R = 28.29%
G = 37.14%
B = 34.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#638279 (or 0x638279) is known color: Cutty Sark. HEX triplet: 63, 82 and 79. RGB value is (99,130,121). Sum of RGB (Red+Green+Blue) = 99+130+121=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #638279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638279 is #9C7D86. Grayscale: #777777. Windows color (decimal): -10255751 or 7963235. OLE color: 7963235.

HSL color Cylindrical-coordinate representation of color #638279: hue angle of 162.58º 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 #638279 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 130 121 -
CMYK 0.24 0 0.07 0.49
HSL 162.58º 0.14% 0.45% -
HSV(B) 162.58º 0.24% 0.51% -
XYZ 16.58 20 21.08 -
YUV 119.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 99 130 121 0.24 0 0.07 0.49 162.58 0.14 0.45
Hex 63 82 79 18 0 7 31 A3 E 2D
Octal 143 202 171 30 0 7 61 243 16 55
Binary 1100011 10000010 1111001 11000 0 111 110001 10100011 1110 101101

Color Harmonies of #638279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638279

Black with #638279

Text Example


Text Example

White with #638279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638279; }

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

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

background-color css

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

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

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

border-color css

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

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

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