Html Css Color HEX #6B877A Cutty Sark

📋 copy color: '#6B877A'

red 107 ◦ green 135 ◦ blue 122

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

Shades of Cutty Sark #6B877A

Tints of Cutty Sark #6B877A

RGB

 RED value IS 107 (42.19% from 255) = 29.4%

 GREEN value IS 135 (53.13% from 255) = 37.09%

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

R = 29.4%
G = 37.09%
B = 33.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#6B877A (or 0x6B877A) is known color: Cutty Sark. HEX triplet: 6B, 87 and 7A. RGB value is (107,135,122). Sum of RGB (Red+Green+Blue) = 107+135+122=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 135 - color contains mainly: green. Hex color #6B877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B877A is #947885. Grayscale: #7D7D7D. Windows color (decimal): -9730182 or 8030059. OLE color: 8030059.

HSL color Cylindrical-coordinate representation of color #6B877A: hue angle of 152.14º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B877A is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 135 122 -
CMYK 0.21 0 0.10 0.47
HSL 152.14º 0.12% 0.47% -
HSV(B) 152.14º 0.21% 0.53% -
XYZ 18.24 21.86 21.67 -
YUV 125.15 126.22 115.06 -
System Red Green Blue C M Y K H S L
Decimal 107 135 122 0.21 0 0.10 0.47 152.14 0.12 0.47
Hex 6B 87 7A 15 0 A 2F 98 C 2F
Octal 153 207 172 25 0 12 57 230 14 57
Binary 1101011 10000111 1111010 10101 0 1010 101111 10011000 1100 101111

Color Harmonies of #6B877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B877A

Black with #6B877A

Text Example


Text Example

White with #6B877A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,135,122); }

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

background-color css

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

 a { background-color: rgb(107,135,122); }

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

border-color css

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

 span { border-color: rgb(107,135,122); }

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