Html Css Color HEX #6F837A Cutty Sark

📋 copy color: '#6F837A'

red 111 ◦ green 131 ◦ blue 122

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

Shades of Cutty Sark #6F837A

Tints of Cutty Sark #6F837A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.99%

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 30.49%
G = 35.99%
B = 33.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#6F837A (or 0x6F837A) is known color: Cutty Sark. HEX triplet: 6F, 83 and 7A. RGB value is (111,131,122). Sum of RGB (Red+Green+Blue) = 111+131+122=364 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.49% from 364); Green value is 131 (51.56% from 255 or 35.99% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 131 - color contains mainly: green. Hex color #6F837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F837A is #907C85. Grayscale: #7C7C7C. Windows color (decimal): -9469062 or 8029039. OLE color: 8029039.

HSL color Cylindrical-coordinate representation of color #6F837A: hue angle of 153º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F837A is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 131 122 -
CMYK 0.15 0 0.07 0.49
HSL 153º 0.08% 0.47% -
HSV(B) 153º 0.15% 0.51% -
XYZ 18.18 21.02 21.51 -
YUV 123.99 126.87 118.73 -
System Red Green Blue C M Y K H S L
Decimal 111 131 122 0.15 0 0.07 0.49 153 0.08 0.47
Hex 6F 83 7A F 0 7 31 99 8 2F
Octal 157 203 172 17 0 7 61 231 10 57
Binary 1101111 10000011 1111010 1111 0 111 110001 10011001 1000 101111

Color Harmonies of #6F837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F837A

Black with #6F837A

Text Example


Text Example

White with #6F837A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,131,122); }

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

background-color css

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

 a { background-color: rgb(111,131,122); }

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

border-color css

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

 span { border-color: rgb(111,131,122); }

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