#6CAEDD

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

Shades of Malibu #6CAEDD

Tints of Malibu #6CAEDD

Color information

#6CAEDD (or 0x6CAEDD) is unknown color: approx Malibu. HEX triplet: 6C, AE and DD. RGB value is (108,174,221). Sum of RGB (Red+Green+Blue) = 108+174+221=503 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.47% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CAEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAEDD is #935122. Grayscale: #9F9F9F. Windows color (decimal): -9654563 or 14528108. OLE color: 14528108.

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

Color convert

RGB108174221-
CMYK0.510.2100.13
HSL204.96º62.43%64.51%-
HSV(B)204.96º51.13%86.67%-
XYZ34.3738.6874.06-
YUV159.62162.6391.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.47%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 221 (86.72% from 255) = 43.94%
R=21.47%
G=34.59%
B=43.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1081742210.510.2100.13204.9662.4364.51
Hex6CAEDD33150Dcd3e41
Octal154256335632501531576101
Binary110110010101110110111011100111010101101110011011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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