#638678

Color #638678 Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #638678

Tints of Cutty Sark #638678

Color information

#638678 (or 0x638678) is unknown color: approx Cutty Sark. HEX triplet: 63, 86 and 78. RGB value is (99,134,120). Sum of RGB (Red+Green+Blue) = 99+134+120=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 134 - color contains mainly: green. Hex color #638678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638678 is #9C7987. Grayscale: #797979. Windows color (decimal): -10254728 or 7898723. OLE color: 7898723.

HSL color Cylindrical-coordinate representation of color #638678: hue angle of 156º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #638678 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB99134120-
CMYK0.2600.100.47
HSL156º15.02%45.69%-
HSV(B)156º26.12%52.55%-
XYZ17.0621.0620.93-
YUV121.94126.9111.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.05%
GREEN value IS 134 (52.73% from 255) = 37.96%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=28.05%
G=37.96%
B=33.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991341200.2600.100.4715615.0245.69
Hex6386781A0A2F9cf2e
Octal14320617032012572341756
Binary11000111000011011110001101001010101111100111001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638678; }

 p { color: rgb(99,134,120); }

 H1.HeaderClassName
 {
   color: #638678;
 }
 .AnyTagClassName
 {
   color: #638678;
 }
</style>
background-color css

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

 a { background-color: rgb(99,134,120); }

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

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

 span { border-color: rgb(99,134,120); }

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