#6B827A

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

Shades of Cutty Sark #6B827A

Tints of Cutty Sark #6B827A

Color information

#6B827A (or 0x6B827A) is unknown color: approx Cutty Sark. HEX triplet: 6B, 82 and 7A. RGB value is (107,130,122). Sum of RGB (Red+Green+Blue) = 107+130+122=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 130 - color contains mainly: green. Hex color #6B827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B827A is #947D85. Grayscale: #7A7A7A. Windows color (decimal): -9731462 or 8028779. OLE color: 8028779.

HSL color Cylindrical-coordinate representation of color #6B827A: hue angle of 159.13º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B827A is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB107130122-
CMYK0.1800.060.49
HSL159.13º9.7%46.47%-
HSV(B)159.13º17.69%50.98%-
XYZ17.5620.521.44-
YUV122.21127.88117.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.81%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 122 (48.05% from 255) = 33.98%
R=29.81%
G=36.21%
B=33.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1071301220.1800.060.49159.139.746.47
Hex6B827A1206319fa2e
Octal1532021722206612371256
Binary1101011100000101111010100100110110001100111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B827A; }

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

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

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

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

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

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

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

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