Html Css Color HEX #698277 Cutty Sark

📋 copy color: '#698277'

red 105 ◦ green 130 ◦ blue 119

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

Shades of Cutty Sark #698277

Tints of Cutty Sark #698277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.62%

R = 29.66%
G = 36.72%
B = 33.62%

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

#698277 (or 0x698277) is known color: Cutty Sark. HEX triplet: 69, 82 and 77. RGB value is (105,130,119). Sum of RGB (Red+Green+Blue) = 105+130+119=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 119 (46.88% from 255 or 33.62% from 354); Max value from RGB is 130 - color contains mainly: green. Hex color #698277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698277 is #967D88. Grayscale: #797979. Windows color (decimal): -9862537 or 7832169. OLE color: 7832169.

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

Color convert

RGB 105 130 119 -
CMYK 0.19 0 0.08 0.49
HSL 153.6º 0.11% 0.46% -
HSV(B) 153.6º 0.19% 0.51% -
XYZ 17.14 20.3 20.47 -
YUV 121.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 105 130 119 0.19 0 0.08 0.49 153.6 0.11 0.46
Hex 69 82 77 13 0 8 31 9A B 2E
Octal 151 202 167 23 0 10 61 232 13 56
Binary 1101001 10000010 1110111 10011 0 1000 110001 10011010 1011 101110

Color Harmonies of #698277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698277

Black with #698277

Text Example


Text Example

White with #698277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698277; }

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

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

background-color css

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

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

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

border-color css

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

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

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