#61A69A

Color #61A69A Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #61A69A

Tints of Keppel #61A69A

Color information

#61A69A (or 0x61A69A) is unknown color: approx Keppel. HEX triplet: 61, A6 and 9A. RGB value is (97,166,154). Sum of RGB (Red+Green+Blue) = 97+166+154=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 154 (60.55% from 255 or 36.93% from 417); Max value from RGB is 166 - color contains mainly: green. Hex color #61A69A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A69A is #9E5965. Grayscale: #8F8F8F. Windows color (decimal): -10377574 or 10135137. OLE color: 10135137.

HSL color Cylindrical-coordinate representation of color #61A69A: hue angle of 169.57º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A69A is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB97166154-
CMYK0.4200.070.35
HSL169.57º27.94%51.57%-
HSV(B)169.57º41.57%65.1%-
XYZ24.432.1535.49-
YUV144133.6494.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.26%
GREEN value IS 166 (65.23% from 255) = 39.81%
BLUE value IS 154 (60.55% from 255) = 36.93%
R=23.26%
G=39.81%
B=36.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971661540.4200.070.35169.5727.9451.57
Hex61A69A2A0723aa1c34
Octal1412462325207432523464
Binary1100001101001101001101010101001111000111010101011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61A69A; }

 p { color: rgb(97,166,154); }

 H1.HeaderClassName
 {
   color: #61A69A;
 }
 .AnyTagClassName
 {
   color: #61A69A;
 }
</style>
background-color css

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

 a { background-color: rgb(97,166,154); }

 div.DivClassName
 {
   background-color: #61A69A;
 }
 .BgClassName
 {
   background-color: #61A69A;
 }
</style>
border-color css

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

 span { border-color: rgb(97,166,154); }

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