Html Css Color HEX #6C867B Cutty Sark

📋 copy color: '#6C867B'

red 108 ◦ green 134 ◦ blue 123

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

Shades of Cutty Sark #6C867B

Tints of Cutty Sark #6C867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.71%

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

R = 29.59%
G = 36.71%
B = 33.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#6C867B (or 0x6C867B) is known color: Cutty Sark. HEX triplet: 6C, 86 and 7B. RGB value is (108,134,123). Sum of RGB (Red+Green+Blue) = 108+134+123=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 134 - color contains mainly: green. Hex color #6C867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C867B is #937984. Grayscale: #7C7C7C. Windows color (decimal): -9664901 or 8095340. OLE color: 8095340.

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

Color convert

RGB 108 134 123 -
CMYK 0.19 0 0.08 0.47
HSL 154.62º 0.11% 0.47% -
HSV(B) 154.62º 0.19% 0.53% -
XYZ 18.28 21.67 21.96 -
YUV 124.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 108 134 123 0.19 0 0.08 0.47 154.62 0.11 0.47
Hex 6C 86 7B 13 0 8 2F 9B B 2F
Octal 154 206 173 23 0 10 57 233 13 57
Binary 1101100 10000110 1111011 10011 0 1000 101111 10011011 1011 101111

Color Harmonies of #6C867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C867B

Black with #6C867B

Text Example


Text Example

White with #6C867B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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