#6DC1DC

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

Shades of Malibu #6DC1DC

Tints of Malibu #6DC1DC

Color information

#6DC1DC (or 0x6DC1DC) is unknown color: approx Malibu. HEX triplet: 6D, C1 and DC. RGB value is (109,193,220). Sum of RGB (Red+Green+Blue) = 109+193+220=522 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.88% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #6DC1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC1DC is #923E23. Grayscale: #AAAAAA. Windows color (decimal): -9584164 or 14467437. OLE color: 14467437.

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

Color convert

RGB109193220-
CMYK0.500.1200.14
HSL194.59º61.33%64.51%-
HSV(B)194.59º50.45%86.27%-
XYZ38.2946.5674.68-
YUV170.96155.6783.8-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.88%
GREEN value IS 193 (75.78% from 255) = 36.97%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=20.88%
G=36.97%
B=42.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1091932200.500.1200.14194.5961.3364.51
Hex6DC1DC32C0Ec33d41
Octal155301334621401630375101
Binary11011011100000111011100110010110001110110000111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DC1DC; }

 p { color: rgb(109,193,220); }

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

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

 a { background-color: rgb(109,193,220); }

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

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

 span { border-color: rgb(109,193,220); }

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