Html Css Color HEX #68847B Cutty Sark

📋 copy color: '#68847B'

red 104 ◦ green 132 ◦ blue 123

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

Shades of Cutty Sark #68847B

Tints of Cutty Sark #68847B

RGB

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

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

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

R = 28.97%
G = 36.77%
B = 34.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#68847B (or 0x68847B) is known color: Cutty Sark. HEX triplet: 68, 84 and 7B. RGB value is (104,132,123). Sum of RGB (Red+Green+Blue) = 104+132+123=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #68847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68847B is #977B84. Grayscale: #7A7A7A. Windows color (decimal): -9927557 or 8094824. OLE color: 8094824.

HSL color Cylindrical-coordinate representation of color #68847B: hue angle of 160.71º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68847B is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 123 -
CMYK 0.21 0 0.07 0.48
HSL 160.71º 0.12% 0.46% -
HSV(B) 160.71º 0.21% 0.52% -
XYZ 17.54 20.88 21.84 -
YUV 122.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 104 132 123 0.21 0 0.07 0.48 160.71 0.12 0.46
Hex 68 84 7B 15 0 7 30 A1 C 2E
Octal 150 204 173 25 0 7 60 241 14 56
Binary 1101000 10000100 1111011 10101 0 111 110000 10100001 1100 101110

Color Harmonies of #68847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68847B

Black with #68847B

Text Example


Text Example

White with #68847B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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