Html Css Color HEX #6C847B Cutty Sark

📋 copy color: '#6C847B'

red 108 ◦ green 132 ◦ blue 123

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

Shades of Cutty Sark #6C847B

Tints of Cutty Sark #6C847B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.36%

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

R = 29.75%
G = 36.36%
B = 33.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#6C847B (or 0x6C847B) is known color: Cutty Sark. HEX triplet: 6C, 84 and 7B. RGB value is (108,132,123). Sum of RGB (Red+Green+Blue) = 108+132+123=363 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.75% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #6C847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C847B is #937B84. Grayscale: #7B7B7B. Windows color (decimal): -9665413 or 8094828. OLE color: 8094828.

HSL color Cylindrical-coordinate representation of color #6C847B: hue angle of 157.5º 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 #6C847B is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 132 123 -
CMYK 0.18 0 0.07 0.48
HSL 157.5º 0.1% 0.47% -
HSV(B) 157.5º 0.18% 0.52% -
XYZ 18.01 21.12 21.87 -
YUV 123.8 127.55 116.73 -
System Red Green Blue C M Y K H S L
Decimal 108 132 123 0.18 0 0.07 0.48 157.5 0.1 0.47
Hex 6C 84 7B 12 0 7 30 9E A 2F
Octal 154 204 173 22 0 7 60 236 12 57
Binary 1101100 10000100 1111011 10010 0 111 110000 10011110 1010 101111

Color Harmonies of #6C847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C847B

Black with #6C847B

Text Example


Text Example

White with #6C847B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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