Html Css Color HEX #6C857B Cutty Sark

📋 copy color: '#6C857B'

red 108 ◦ green 133 ◦ blue 123

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

Shades of Cutty Sark #6C857B

Tints of Cutty Sark #6C857B

RGB

 RED value IS 108 (42.58% from 255) = 29.67%

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

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

R = 29.67%
G = 36.54%
B = 33.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#6C857B (or 0x6C857B) is known color: Cutty Sark. HEX triplet: 6C, 85 and 7B. RGB value is (108,133,123). Sum of RGB (Red+Green+Blue) = 108+133+123=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 133 - color contains mainly: green. Hex color #6C857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C857B is #937A84. Grayscale: #7C7C7C. Windows color (decimal): -9665157 or 8095084. OLE color: 8095084.

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

Color convert

RGB 108 133 123 -
CMYK 0.19 0 0.08 0.48
HSL 156º 0.1% 0.47% -
HSV(B) 156º 0.19% 0.52% -
XYZ 18.15 21.39 21.91 -
YUV 124.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 108 133 123 0.19 0 0.08 0.48 156 0.1 0.47
Hex 6C 85 7B 13 0 8 30 9C A 2F
Octal 154 205 173 23 0 10 60 234 12 57
Binary 1101100 10000101 1111011 10011 0 1000 110000 10011100 1010 101111

Color Harmonies of #6C857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C857B

Black with #6C857B

Text Example


Text Example

White with #6C857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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