#6CAAD5

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

Shades of Malibu #6CAAD5

Tints of Malibu #6CAAD5

Color information

#6CAAD5 (or 0x6CAAD5) is unknown color: approx Malibu. HEX triplet: 6C, AA and D5. RGB value is (108,170,213). Sum of RGB (Red+Green+Blue) = 108+170+213=491 (65% of max value = 765). Red value is 108 (42.58% from 255 or 22.00% from 491); Green value is 170 (66.80% from 255 or 34.62% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #6CAAD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAAD5 is #93552A. Grayscale: #9C9C9C. Windows color (decimal): -9655595 or 14002796. OLE color: 14002796.

HSL color Cylindrical-coordinate representation of color #6CAAD5: hue angle of 204.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CAAD5 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB108170213-
CMYK0.490.2000.16
HSL204.57º55.56%62.94%-
HSV(B)204.57º49.3%83.53%-
XYZ32.5736.7468.33-
YUV156.36159.9693.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.00%
GREEN value IS 170 (66.80% from 255) = 34.62%
BLUE value IS 213 (83.59% from 255) = 43.38%
R=22.00%
G=34.62%
B=43.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1081702130.490.2000.16204.5755.5662.94
Hex6CAAD53114010cd383f
Octal15425232561240203157077
Binary110110010101010110101011100011010001000011001101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,170,213); }

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

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

 a { background-color: rgb(108,170,213); }

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

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

 span { border-color: rgb(108,170,213); }

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