Html Css Color HEX #6F827A Cutty Sark

📋 copy color: '#6F827A'

red 111 ◦ green 130 ◦ blue 122

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

Shades of Cutty Sark #6F827A

Tints of Cutty Sark #6F827A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.81%

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

R = 30.58%
G = 35.81%
B = 33.61%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#6F827A (or 0x6F827A) is known color: Cutty Sark. HEX triplet: 6F, 82 and 7A. RGB value is (111,130,122). Sum of RGB (Red+Green+Blue) = 111+130+122=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 130 - color contains mainly: green. Hex color #6F827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F827A is #907D85. Grayscale: #7B7B7B. Windows color (decimal): -9469318 or 8028783. OLE color: 8028783.

HSL color Cylindrical-coordinate representation of color #6F827A: hue angle of 154.74º 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 #6F827A is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 130 122 -
CMYK 0.15 0 0.06 0.49
HSL 154.74º 0.08% 0.47% -
HSV(B) 154.74º 0.15% 0.51% -
XYZ 18.05 20.75 21.47 -
YUV 123.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 111 130 122 0.15 0 0.06 0.49 154.74 0.08 0.47
Hex 6F 82 7A F 0 6 31 9B 8 2F
Octal 157 202 172 17 0 6 61 233 10 57
Binary 1101111 10000010 1111010 1111 0 110 110001 10011011 1000 101111

Color Harmonies of #6F827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F827A

Black with #6F827A

Text Example


Text Example

White with #6F827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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