Html Css Color HEX #638075 Cutty Sark

📋 copy color: '#638075'

red 99 ◦ green 128 ◦ blue 117

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

Shades of Cutty Sark #638075

Tints of Cutty Sark #638075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

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

R = 28.78%
G = 37.21%
B = 34.01%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#638075 (or 0x638075) is known color: Cutty Sark. HEX triplet: 63, 80 and 75. RGB value is (99,128,117). Sum of RGB (Red+Green+Blue) = 99+128+117=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 128 - color contains mainly: green. Hex color #638075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638075 is #9C7F8A. Grayscale: #767676. Windows color (decimal): -10256267 or 7700579. OLE color: 7700579.

HSL color Cylindrical-coordinate representation of color #638075: hue angle of 157.24º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #638075 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 128 117 -
CMYK 0.23 0 0.09 0.50
HSL 157.24º 0.13% 0.45% -
HSV(B) 157.24º 0.23% 0.5% -
XYZ 16.08 19.38 19.72 -
YUV 118.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 99 128 117 0.23 0 0.09 0.50 157.24 0.13 0.45
Hex 63 80 75 17 0 9 32 9D D 2D
Octal 143 200 165 27 0 11 62 235 15 55
Binary 1100011 10000000 1110101 10111 0 1001 110010 10011101 1101 101101

Color Harmonies of #638075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638075

Black with #638075

Text Example


Text Example

White with #638075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638075; }

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

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

background-color css

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

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

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

border-color css

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

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

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