Html Css Color HEX #698279 Cutty Sark

📋 copy color: '#698279'

red 105 ◦ green 130 ◦ blue 121

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

Shades of Cutty Sark #698279

Tints of Cutty Sark #698279

RGB

 RED value IS 105 (41.41% from 255) = 29.49%

 GREEN value IS 130 (51.17% from 255) = 36.52%

 BLUE value IS 121 (47.66% from 255) = 33.99%

R = 29.49%
G = 36.52%
B = 33.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#698279 (or 0x698279) is known color: Cutty Sark. HEX triplet: 69, 82 and 79. RGB value is (105,130,121). Sum of RGB (Red+Green+Blue) = 105+130+121=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #698279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698279 is #967D86. Grayscale: #797979. Windows color (decimal): -9862535 or 7963241. OLE color: 7963241.

HSL color Cylindrical-coordinate representation of color #698279: hue angle of 158.4º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #698279 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 121 -
CMYK 0.19 0 0.07 0.49
HSL 158.4º 0.11% 0.46% -
HSV(B) 158.4º 0.19% 0.51% -
XYZ 17.26 20.35 21.11 -
YUV 121.5 127.72 116.23 -
System Red Green Blue C M Y K H S L
Decimal 105 130 121 0.19 0 0.07 0.49 158.4 0.11 0.46
Hex 69 82 79 13 0 7 31 9E B 2E
Octal 151 202 171 23 0 7 61 236 13 56
Binary 1101001 10000010 1111001 10011 0 111 110001 10011110 1011 101110

Color Harmonies of #698279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698279

Black with #698279

Text Example


Text Example

White with #698279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698279; }

 p { color: rgb(105,130,121); }

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

background-color css

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

 a { background-color: rgb(105,130,121); }

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

border-color css

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

 span { border-color: rgb(105,130,121); }

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