Html Css Color HEX #698278 Cutty Sark

📋 copy color: '#698278'

red 105 ◦ green 130 ◦ blue 120

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

Shades of Cutty Sark #698278

Tints of Cutty Sark #698278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.8%

R = 29.58%
G = 36.62%
B = 33.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#698278 (or 0x698278) is known color: Cutty Sark. HEX triplet: 69, 82 and 78. RGB value is (105,130,120). Sum of RGB (Red+Green+Blue) = 105+130+120=355 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.58% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 130 - color contains mainly: green. Hex color #698278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698278 is #967D87. Grayscale: #797979. Windows color (decimal): -9862536 or 7897705. OLE color: 7897705.

HSL color Cylindrical-coordinate representation of color #698278: hue angle of 156º 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 #698278 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 105 130 120 -
CMYK 0.19 0 0.08 0.49
HSL 156º 0.11% 0.46% -
HSV(B) 156º 0.19% 0.51% -
XYZ 17.2 20.32 20.79 -
YUV 121.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 105 130 120 0.19 0 0.08 0.49 156 0.11 0.46
Hex 69 82 78 13 0 8 31 9C B 2E
Octal 151 202 170 23 0 10 61 234 13 56
Binary 1101001 10000010 1111000 10011 0 1000 110001 10011100 1011 101110

Color Harmonies of #698278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698278

Black with #698278

Text Example


Text Example

White with #698278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698278; }

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

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

background-color css

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

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

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

border-color css

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

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

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