#6BAAD9

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

Shades of Malibu #6BAAD9

Tints of Malibu #6BAAD9

Color information

#6BAAD9 (or 0x6BAAD9) is unknown color: approx Malibu. HEX triplet: 6B, AA and D9. RGB value is (107,170,217). Sum of RGB (Red+Green+Blue) = 107+170+217=494 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.66% from 494); Green value is 170 (66.80% from 255 or 34.41% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 217 - color contains mainly: blue. Hex color #6BAAD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAAD9 is #945526. Grayscale: #9C9C9C. Windows color (decimal): -9721127 or 14264939. OLE color: 14264939.

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

Color convert

RGB107170217-
CMYK0.510.2200.15
HSL205.64º59.14%63.53%-
HSV(B)205.64º50.69%85.1%-
XYZ32.9636.8971.03-
YUV156.52162.1392.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.66%
GREEN value IS 170 (66.80% from 255) = 34.41%
BLUE value IS 217 (85.16% from 255) = 43.93%
R=21.66%
G=34.41%
B=43.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1071702170.510.2200.15205.6459.1463.53
Hex6BAAD933160Fce3b40
Octal153252331632601731673100
Binary110101110101010110110011100111011001111110011101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,170,217); }

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

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

 a { background-color: rgb(107,170,217); }

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

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

 span { border-color: rgb(107,170,217); }

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