#61AED6

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

Shades of Malibu #61AED6

Tints of Malibu #61AED6

Color information

#61AED6 (or 0x61AED6) is unknown color: approx Malibu. HEX triplet: 61, AE and D6. RGB value is (97,174,214). Sum of RGB (Red+Green+Blue) = 97+174+214=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 174 (68.36% from 255 or 35.88% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #61AED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AED6 is #9E5129. Grayscale: #9B9B9B. Windows color (decimal): -10375466 or 14069345. OLE color: 14069345.

HSL color Cylindrical-coordinate representation of color #61AED6: hue angle of 200.51º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61AED6 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97174214-
CMYK0.550.1900.16
HSL200.51º58.79%60.98%-
HSV(B)200.51º54.67%83.92%-
XYZ32.237.6769.19-
YUV155.54160.9986.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20%
GREEN value IS 174 (68.36% from 255) = 35.88%
BLUE value IS 214 (83.98% from 255) = 44.12%
R=20%
G=35.88%
B=44.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971742140.550.1900.16200.5158.7960.98
Hex61AED63713010c93b3d
Octal14125632667230203117375
Binary110000110101110110101101101111001101000011001001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,174,214); }

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

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

 a { background-color: rgb(97,174,214); }

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

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

 span { border-color: rgb(97,174,214); }

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