#62827A

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

Shades of Cutty Sark #62827A

Tints of Cutty Sark #62827A

Color information

#62827A (or 0x62827A) is unknown color: approx Cutty Sark. HEX triplet: 62, 82 and 7A. RGB value is (98,130,122). Sum of RGB (Red+Green+Blue) = 98+130+122=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 130 - color contains mainly: green. Hex color #62827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62827A is #9D7D85. Grayscale: #777777. Windows color (decimal): -10321286 or 8028770. OLE color: 8028770.

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

Color convert

RGB98130122-
CMYK0.2500.060.49
HSL165º14.04%44.71%-
HSV(B)165º24.62%50.98%-
XYZ16.5319.9721.4-
YUV119.52129.4112.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28%
GREEN value IS 130 (51.17% from 255) = 37.14%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=28%
G=37.14%
B=34.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal981301220.2500.060.4916514.0444.71
Hex62827A190631a5e2d
Octal1422021723106612451655
Binary1100010100000101111010110010110110001101001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62827A; }

 p { color: rgb(98,130,122); }

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

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

 a { background-color: rgb(98,130,122); }

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

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

 span { border-color: rgb(98,130,122); }

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