#6DC4DE

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

Shades of Malibu #6DC4DE

Tints of Malibu #6DC4DE

Color information

#6DC4DE (or 0x6DC4DE) is unknown color: approx Malibu. HEX triplet: 6D, C4 and DE. RGB value is (109,196,222). Sum of RGB (Red+Green+Blue) = 109+196+222=527 (69% of max value = 765). Red value is 109 (42.97% from 255 or 20.68% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #6DC4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC4DE is #923B21. Grayscale: #ACACAC. Windows color (decimal): -9583394 or 14599277. OLE color: 14599277.

HSL color Cylindrical-coordinate representation of color #6DC4DE: hue angle of 193.81º degrees, saturation: 0.63, 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 #6DC4DE is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB109196222-
CMYK0.510.1200.13
HSL193.81º63.13%64.9%-
HSV(B)193.81º50.9%87.06%-
XYZ39.234876.31-
YUV172.95155.6882.39-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 20.68%
GREEN value IS 196 (76.95% from 255) = 37.19%
BLUE value IS 222 (87.11% from 255) = 42.13%
R=20.68%
G=37.19%
B=42.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1091962220.510.1200.13193.8163.1364.9
Hex6DC4DE33C0Dc23f41
Octal155304336631401530277101
Binary11011011100010011011110110011110001101110000101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DC4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,196,222); }

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

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

 a { background-color: rgb(109,196,222); }

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

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

 span { border-color: rgb(109,196,222); }

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