#6CC1DD

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

Shades of Malibu #6CC1DD

Tints of Malibu #6CC1DD

Color information

#6CC1DD (or 0x6CC1DD) is unknown color: approx Malibu. HEX triplet: 6C, C1 and DD. RGB value is (108,193,221). Sum of RGB (Red+Green+Blue) = 108+193+221=522 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.69% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CC1DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC1DD is #933E22. Grayscale: #AAAAAA. Windows color (decimal): -9649699 or 14532972. OLE color: 14532972.

HSL color Cylindrical-coordinate representation of color #6CC1DD: hue angle of 194.87º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CC1DD is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB108193221-
CMYK0.510.1300.13
HSL194.87º62.43%64.51%-
HSV(B)194.87º51.13%86.67%-
XYZ38.3146.5575.37-
YUV170.78156.3483.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 20.69%
GREEN value IS 193 (75.78% from 255) = 36.97%
BLUE value IS 221 (86.72% from 255) = 42.34%
R=20.69%
G=36.97%
B=42.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1081932210.510.1300.13194.8762.4364.51
Hex6CC1DD33D0Dc33e41
Octal154301335631501530376101
Binary11011001100000111011101110011110101101110000111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,193,221); }

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

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

 a { background-color: rgb(108,193,221); }

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

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

 span { border-color: rgb(108,193,221); }

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