Html Css Color HEX #628674 Cutty Sark

📋 copy color: '#628674'

red 98 ◦ green 134 ◦ blue 116

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

Shades of Cutty Sark #628674

Tints of Cutty Sark #628674

RGB

 RED value IS 98 (38.67% from 255) = 28.16%

 GREEN value IS 134 (52.73% from 255) = 38.51%

 BLUE value IS 116 (45.7% from 255) = 33.33%

R = 28.16%
G = 38.51%
B = 33.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#628674 (or 0x628674) is known color: Cutty Sark. HEX triplet: 62, 86 and 74. RGB value is (98,134,116). Sum of RGB (Red+Green+Blue) = 98+134+116=348 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.16% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #628674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628674 is #9D798B. Grayscale: #797979. Windows color (decimal): -10320268 or 7636578. OLE color: 7636578.

HSL color Cylindrical-coordinate representation of color #628674: hue angle of 150º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #628674 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 134 116 -
CMYK 0.27 0 0.13 0.47
HSL 150º 0.16% 0.45% -
HSV(B) 150º 0.27% 0.53% -
XYZ 16.71 20.91 19.68 -
YUV 121.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 98 134 116 0.27 0 0.13 0.47 150 0.16 0.45
Hex 62 86 74 1B 0 D 2F 96 10 2D
Octal 142 206 164 33 0 15 57 226 20 55
Binary 1100010 10000110 1110100 11011 0 1101 101111 10010110 10000 101101

Color Harmonies of #628674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628674

Black with #628674

Text Example


Text Example

White with #628674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628674; }

 p { color: rgb(98,134,116); }

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

background-color css

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

 a { background-color: rgb(98,134,116); }

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

border-color css

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

 span { border-color: rgb(98,134,116); }

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