Html Css Color HEX #6B857B Cutty Sark

📋 copy color: '#6B857B'

red 107 ◦ green 133 ◦ blue 123

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

Shades of Cutty Sark #6B857B

Tints of Cutty Sark #6B857B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.64%

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

R = 29.48%
G = 36.64%
B = 33.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#6B857B (or 0x6B857B) is known color: Cutty Sark. HEX triplet: 6B, 85 and 7B. RGB value is (107,133,123). Sum of RGB (Red+Green+Blue) = 107+133+123=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #6B857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B857B is #947A84. Grayscale: #7C7C7C. Windows color (decimal): -9730693 or 8095083. OLE color: 8095083.

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

Color convert

RGB 107 133 123 -
CMYK 0.20 0 0.08 0.48
HSL 156.92º 0.11% 0.47% -
HSV(B) 156.92º 0.2% 0.52% -
XYZ 18.03 21.33 21.91 -
YUV 124.09 127.39 115.81 -
System Red Green Blue C M Y K H S L
Decimal 107 133 123 0.20 0 0.08 0.48 156.92 0.11 0.47
Hex 6B 85 7B 14 0 8 30 9D B 2F
Octal 153 205 173 24 0 10 60 235 13 57
Binary 1101011 10000101 1111011 10100 0 1000 110000 10011101 1011 101111

Color Harmonies of #6B857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B857B

Black with #6B857B

Text Example


Text Example

White with #6B857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,133,123); }

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

background-color css

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

 a { background-color: rgb(107,133,123); }

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

border-color css

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

 span { border-color: rgb(107,133,123); }

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