Html Css Color HEX #68867B Cutty Sark

📋 copy color: '#68867B'

red 104 ◦ green 134 ◦ blue 123

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

Shades of Cutty Sark #68867B

Tints of Cutty Sark #68867B

RGB

 RED value IS 104 (41.02% from 255) = 28.81%

 GREEN value IS 134 (52.73% from 255) = 37.12%

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

R = 28.81%
G = 37.12%
B = 34.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#68867B (or 0x68867B) is known color: Cutty Sark. HEX triplet: 68, 86 and 7B. RGB value is (104,134,123). Sum of RGB (Red+Green+Blue) = 104+134+123=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 134 - color contains mainly: green. Hex color #68867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68867B is #977984. Grayscale: #7B7B7B. Windows color (decimal): -9927045 or 8095336. OLE color: 8095336.

HSL color Cylindrical-coordinate representation of color #68867B: hue angle of 158º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #68867B is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 134 123 -
CMYK 0.22 0 0.08 0.47
HSL 158º 0.13% 0.47% -
HSV(B) 158º 0.22% 0.53% -
XYZ 17.81 21.42 21.94 -
YUV 123.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 104 134 123 0.22 0 0.08 0.47 158 0.13 0.47
Hex 68 86 7B 16 0 8 2F 9E D 2F
Octal 150 206 173 26 0 10 57 236 15 57
Binary 1101000 10000110 1111011 10110 0 1000 101111 10011110 1101 101111

Color Harmonies of #68867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68867B

Black with #68867B

Text Example


Text Example

White with #68867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68867B; }

 p { color: rgb(104,134,123); }

 H1.HeaderClassName
 {
   color: #68867B;
 }
 .AnyTagClassName
 {
   color: #68867B;
 }
</style>

background-color css

<style>
 a { background-color: #68867B; }

 a { background-color: rgb(104,134,123); }

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

border-color css

<style>
 span { border-color: #68867B; }

 span { border-color: rgb(104,134,123); }

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