#6CABD7

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

Shades of Malibu #6CABD7

Tints of Malibu #6CABD7

Color information

#6CABD7 (or 0x6CABD7) is unknown color: approx Malibu. HEX triplet: 6C, AB and D7. RGB value is (108,171,215). Sum of RGB (Red+Green+Blue) = 108+171+215=494 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.86% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 215 (84.38% from 255 or 43.52% from 494); Max value from RGB is 215 - color contains mainly: blue. Hex color #6CABD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CABD7 is #935428. Grayscale: #9C9C9C. Windows color (decimal): -9655337 or 14134124. OLE color: 14134124.

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

Color convert

RGB108171215-
CMYK0.500.2000.16
HSL204.67º57.22%63.33%-
HSV(B)204.67º49.77%84.31%-
XYZ33.0137.2269.73-
YUV157.18160.6392.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.86%
GREEN value IS 171 (67.19% from 255) = 34.62%
BLUE value IS 215 (84.38% from 255) = 43.52%
R=21.86%
G=34.62%
B=43.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1081712150.500.2000.16204.6757.2263.33
Hex6CABD73214010cd393f
Octal15425332762240203157177
Binary110110010101011110101111100101010001000011001101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CABD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,171,215); }

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

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

 a { background-color: rgb(108,171,215); }

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

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

 span { border-color: rgb(108,171,215); }

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