Html Css Color HEX #6B847A Cutty Sark

📋 copy color: '#6B847A'

red 107 ◦ green 132 ◦ blue 122

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

Shades of Cutty Sark #6B847A

Tints of Cutty Sark #6B847A

RGB

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

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

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

R = 29.64%
G = 36.57%
B = 33.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#6B847A (or 0x6B847A) is known color: Cutty Sark. HEX triplet: 6B, 84 and 7A. RGB value is (107,132,122). Sum of RGB (Red+Green+Blue) = 107+132+122=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #6B847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B847A is #947B85. Grayscale: #7B7B7B. Windows color (decimal): -9730950 or 8029291. OLE color: 8029291.

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

Color convert

RGB 107 132 122 -
CMYK 0.19 0 0.08 0.48
HSL 156º 0.1% 0.47% -
HSV(B) 156º 0.19% 0.52% -
XYZ 17.83 21.03 21.53 -
YUV 123.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 107 132 122 0.19 0 0.08 0.48 156 0.1 0.47
Hex 6B 84 7A 13 0 8 30 9C A 2F
Octal 153 204 172 23 0 10 60 234 12 57
Binary 1101011 10000100 1111010 10011 0 1000 110000 10011100 1010 101111

Color Harmonies of #6B847A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B847A

Black with #6B847A

Text Example


Text Example

White with #6B847A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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