Html Css Color HEX #6F847B Cutty Sark

📋 copy color: '#6F847B'

red 111 ◦ green 132 ◦ blue 123

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

Shades of Cutty Sark #6F847B

Tints of Cutty Sark #6F847B

RGB

 RED value IS 111 (43.75% from 255) = 30.33%

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

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

R = 30.33%
G = 36.07%
B = 33.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#6F847B (or 0x6F847B) is known color: Cutty Sark. HEX triplet: 6F, 84 and 7B. RGB value is (111,132,123). Sum of RGB (Red+Green+Blue) = 111+132+123=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 132 - color contains mainly: green. Hex color #6F847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F847B is #907B84. Grayscale: #7C7C7C. Windows color (decimal): -9468805 or 8094831. OLE color: 8094831.

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

Color convert

RGB 111 132 123 -
CMYK 0.16 0 0.07 0.48
HSL 154.29º 0.09% 0.48% -
HSV(B) 154.29º 0.16% 0.52% -
XYZ 18.38 21.31 21.88 -
YUV 124.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 111 132 123 0.16 0 0.07 0.48 154.29 0.09 0.48
Hex 6F 84 7B 10 0 7 30 9A 9 30
Octal 157 204 173 20 0 7 60 232 11 60
Binary 1101111 10000100 1111011 10000 0 111 110000 10011010 1001 110000

Color Harmonies of #6F847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F847B

Black with #6F847B

Text Example


Text Example

White with #6F847B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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