Html Css Color HEX #618070 Cutty Sark

📋 copy color: '#618070'

red 97 ◦ green 128 ◦ blue 112

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

Shades of Cutty Sark #618070

Tints of Cutty Sark #618070

RGB

 RED value IS 97 (38.28% from 255) = 28.78%

 GREEN value IS 128 (50.39% from 255) = 37.98%

 BLUE value IS 112 (44.14% from 255) = 33.23%

R = 28.78%
G = 37.98%
B = 33.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#618070 (or 0x618070) is known color: Cutty Sark. HEX triplet: 61, 80 and 70. RGB value is (97,128,112). Sum of RGB (Red+Green+Blue) = 97+128+112=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 128 - color contains mainly: green. Hex color #618070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618070 is #9E7F8F. Grayscale: #747474. Windows color (decimal): -10387344 or 7372897. OLE color: 7372897.

HSL color Cylindrical-coordinate representation of color #618070: hue angle of 149.03º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #618070 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 128 112 -
CMYK 0.24 0 0.12 0.50
HSL 149.03º 0.14% 0.44% -
HSV(B) 149.03º 0.24% 0.5% -
XYZ 15.57 19.15 18.2 -
YUV 116.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 97 128 112 0.24 0 0.12 0.50 149.03 0.14 0.44
Hex 61 80 70 18 0 C 32 95 E 2C
Octal 141 200 160 30 0 14 62 225 16 54
Binary 1100001 10000000 1110000 11000 0 1100 110010 10010101 1110 101100

Color Harmonies of #618070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618070

Black with #618070

Text Example


Text Example

White with #618070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618070; }

 p { color: rgb(97,128,112); }

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

background-color css

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

 a { background-color: rgb(97,128,112); }

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

border-color css

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

 span { border-color: rgb(97,128,112); }

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