Html Css Color HEX #698478 Cutty Sark

📋 copy color: '#698478'

red 105 ◦ green 132 ◦ blue 120

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

Shades of Cutty Sark #698478

Tints of Cutty Sark #698478

RGB

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

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

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

R = 29.41%
G = 36.97%
B = 33.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#698478 (or 0x698478) is known color: Cutty Sark. HEX triplet: 69, 84 and 78. RGB value is (105,132,120). Sum of RGB (Red+Green+Blue) = 105+132+120=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #698478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698478 is #967B87. Grayscale: #7A7A7A. Windows color (decimal): -9862024 or 7898217. OLE color: 7898217.

HSL color Cylindrical-coordinate representation of color #698478: hue angle of 153.33º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #698478 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 105 132 120 -
CMYK 0.20 0 0.09 0.48
HSL 153.33º 0.11% 0.46% -
HSV(B) 153.33º 0.2% 0.52% -
XYZ 17.47 20.86 20.88 -
YUV 122.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 105 132 120 0.20 0 0.09 0.48 153.33 0.11 0.46
Hex 69 84 78 14 0 9 30 99 B 2E
Octal 151 204 170 24 0 11 60 231 13 56
Binary 1101001 10000100 1111000 10100 0 1001 110000 10011001 1011 101110

Color Harmonies of #698478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698478

Black with #698478

Text Example


Text Example

White with #698478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698478; }

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

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

background-color css

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

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

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

border-color css

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

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

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