Html Css Color HEX #6E847B Cutty Sark

📋 copy color: '#6E847B'

red 110 ◦ green 132 ◦ blue 123

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

Shades of Cutty Sark #6E847B

Tints of Cutty Sark #6E847B

RGB

 RED value IS 110 (43.36% from 255) = 30.14%

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

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

R = 30.14%
G = 36.16%
B = 33.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#6E847B (or 0x6E847B) is known color: Cutty Sark. HEX triplet: 6E, 84 and 7B. RGB value is (110,132,123). Sum of RGB (Red+Green+Blue) = 110+132+123=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 132 - color contains mainly: green. Hex color #6E847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E847B is #917B84. Grayscale: #7C7C7C. Windows color (decimal): -9534341 or 8094830. OLE color: 8094830.

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

Color convert

RGB 110 132 123 -
CMYK 0.17 0 0.07 0.48
HSL 155.45º 0.09% 0.47% -
HSV(B) 155.45º 0.17% 0.52% -
XYZ 18.26 21.25 21.88 -
YUV 124.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 110 132 123 0.17 0 0.07 0.48 155.45 0.09 0.47
Hex 6E 84 7B 11 0 7 30 9B 9 2F
Octal 156 204 173 21 0 7 60 233 11 57
Binary 1101110 10000100 1111011 10001 0 111 110000 10011011 1001 101111

Color Harmonies of #6E847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E847B

Black with #6E847B

Text Example


Text Example

White with #6E847B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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