Html Css Color HEX #6D857B Cutty Sark

📋 copy color: '#6D857B'

red 109 ◦ green 133 ◦ blue 123

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

Shades of Cutty Sark #6D857B

Tints of Cutty Sark #6D857B

RGB

 RED value IS 109 (42.97% from 255) = 29.86%

 GREEN value IS 133 (52.34% from 255) = 36.44%

 BLUE value IS 123 (48.44% from 255) = 33.7%

R = 29.86%
G = 36.44%
B = 33.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#6D857B (or 0x6D857B) is known color: Cutty Sark. HEX triplet: 6D, 85 and 7B. RGB value is (109,133,123). Sum of RGB (Red+Green+Blue) = 109+133+123=365 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.86% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #6D857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D857B is #927A84. Grayscale: #7C7C7C. Windows color (decimal): -9599621 or 8095085. OLE color: 8095085.

HSL color Cylindrical-coordinate representation of color #6D857B: hue angle of 155º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D857B is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 133 123 -
CMYK 0.18 0 0.08 0.48
HSL 155º 0.1% 0.47% -
HSV(B) 155º 0.18% 0.52% -
XYZ 18.27 21.46 21.92 -
YUV 124.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 109 133 123 0.18 0 0.08 0.48 155 0.1 0.47
Hex 6D 85 7B 12 0 8 30 9B A 2F
Octal 155 205 173 22 0 10 60 233 12 57
Binary 1101101 10000101 1111011 10010 0 1000 110000 10011011 1010 101111

Color Harmonies of #6D857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D857B

Black with #6D857B

Text Example


Text Example

White with #6D857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,133,123); }

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

background-color css

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

 a { background-color: rgb(109,133,123); }

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

border-color css

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

 span { border-color: rgb(109,133,123); }

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