Html Css Color HEX #61827A Cutty Sark

📋 copy color: '#61827A'

red 97 ◦ green 130 ◦ blue 122

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

Shades of Cutty Sark #61827A

Tints of Cutty Sark #61827A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 34.96%

R = 27.79%
G = 37.25%
B = 34.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#61827A (or 0x61827A) is known color: Cutty Sark. HEX triplet: 61, 82 and 7A. RGB value is (97,130,122). Sum of RGB (Red+Green+Blue) = 97+130+122=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 122 (48.05% from 255 or 34.96% from 349); Max value from RGB is 130 - color contains mainly: green. Hex color #61827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61827A is #9E7D85. Grayscale: #777777. Windows color (decimal): -10386822 or 8028769. OLE color: 8028769.

HSL color Cylindrical-coordinate representation of color #61827A: hue angle of 165.45º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #61827A is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 130 122 -
CMYK 0.25 0 0.06 0.49
HSL 165.45º 0.15% 0.45% -
HSV(B) 165.45º 0.25% 0.51% -
XYZ 16.43 19.91 21.39 -
YUV 119.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 97 130 122 0.25 0 0.06 0.49 165.45 0.15 0.45
Hex 61 82 7A 19 0 6 31 A5 F 2D
Octal 141 202 172 31 0 6 61 245 17 55
Binary 1100001 10000010 1111010 11001 0 110 110001 10100101 1111 101101

Color Harmonies of #61827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61827A

Black with #61827A

Text Example


Text Example

White with #61827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61827A; }

 p { color: rgb(97,130,122); }

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

background-color css

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

 a { background-color: rgb(97,130,122); }

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

border-color css

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

 span { border-color: rgb(97,130,122); }

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