#61C6DC

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

Shades of Malibu #61C6DC

Tints of Malibu #61C6DC

Color information

#61C6DC (or 0x61C6DC) is unknown color: approx Malibu. HEX triplet: 61, C6 and DC. RGB value is (97,198,220). Sum of RGB (Red+Green+Blue) = 97+198+220=515 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.83% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #61C6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C6DC is #9E3923. Grayscale: #AAAAAA. Windows color (decimal): -10369316 or 14468705. OLE color: 14468705.

HSL color Cylindrical-coordinate representation of color #61C6DC: hue angle of 190.73º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61C6DC is Cyan = 0.56, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97198220-
CMYK0.560.100.14
HSL190.73º63.73%62.16%-
HSV(B)190.73º55.91%86.27%-
XYZ38.0448.174.99-
YUV170.31156.0475.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 18.83%
GREEN value IS 198 (77.73% from 255) = 38.45%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=18.83%
G=38.45%
B=42.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971982200.560.100.14190.7363.7362.16
Hex61C6DC38A0Ebf403e
Octal141306334701201627710076
Binary11000011100011011011100111000101001110101111111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,198,220); }

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

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

 a { background-color: rgb(97,198,220); }

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

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

 span { border-color: rgb(97,198,220); }

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