Html Css Color HEX #638275 Cutty Sark

📋 copy color: '#638275'

red 99 ◦ green 130 ◦ blue 117

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

Shades of Cutty Sark #638275

Tints of Cutty Sark #638275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.82%

R = 28.61%
G = 37.57%
B = 33.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#638275 (or 0x638275) is known color: Cutty Sark. HEX triplet: 63, 82 and 75. RGB value is (99,130,117). Sum of RGB (Red+Green+Blue) = 99+130+117=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #638275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638275 is #9C7D8A. Grayscale: #777777. Windows color (decimal): -10255755 or 7701091. OLE color: 7701091.

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

Color convert

RGB 99 130 117 -
CMYK 0.24 0 0.1 0.49
HSL 154.84º 0.14% 0.45% -
HSV(B) 154.84º 0.24% 0.51% -
XYZ 16.34 19.9 19.81 -
YUV 119.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 99 130 117 0.24 0 0.1 0.49 154.84 0.14 0.45
Hex 63 82 75 18 0 A 31 9B E 2D
Octal 143 202 165 30 0 12 61 233 16 55
Binary 1100011 10000010 1110101 11000 0 1010 110001 10011011 1110 101101

Color Harmonies of #638275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638275

Black with #638275

Text Example


Text Example

White with #638275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638275; }

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

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

background-color css

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

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

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

border-color css

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

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

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