#6DACDA

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

Shades of Malibu #6DACDA

Tints of Malibu #6DACDA

Color information

#6DACDA (or 0x6DACDA) is unknown color: approx Malibu. HEX triplet: 6D, AC and DA. RGB value is (109,172,218). Sum of RGB (Red+Green+Blue) = 109+172+218=499 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.84% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #6DACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DACDA is #925325. Grayscale: #9E9E9E. Windows color (decimal): -9589542 or 14330989. OLE color: 14330989.

HSL color Cylindrical-coordinate representation of color #6DACDA: hue angle of 205.32º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6DACDA is Cyan = 0.5, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB109172218-
CMYK0.50.2100.15
HSL205.32º59.56%64.12%-
HSV(B)205.32º50%85.49%-
XYZ33.7137.8271.85-
YUV158.41161.6392.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 21.84%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 218 (85.55% from 255) = 43.69%
R=21.84%
G=34.47%
B=43.69%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1091722180.50.2100.15205.3259.5664.12
Hex6DACDA32150Fcd3c40
Octal155254332622501731574100
Binary110110110101100110110101100101010101111110011011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,172,218); }

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

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

 a { background-color: rgb(109,172,218); }

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

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

 span { border-color: rgb(109,172,218); }

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