#6BB1DA

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

Shades of Malibu #6BB1DA

Tints of Malibu #6BB1DA

Color information

#6BB1DA (or 0x6BB1DA) is unknown color: approx Malibu. HEX triplet: 6B, B1 and DA. RGB value is (107,177,218). Sum of RGB (Red+Green+Blue) = 107+177+218=502 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.31% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BB1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB1DA is #944E25. Grayscale: #A0A0A0. Windows color (decimal): -9719334 or 14332267. OLE color: 14332267.

HSL color Cylindrical-coordinate representation of color #6BB1DA: hue angle of 202.16º degrees, saturation: 0.6, 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 #6BB1DA is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB107177218-
CMYK0.510.1900.15
HSL202.16º60%63.73%-
HSV(B)202.16º50.92%85.49%-
XYZ34.4439.6372.16-
YUV160.74160.3189.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.31%
GREEN value IS 177 (69.53% from 255) = 35.26%
BLUE value IS 218 (85.55% from 255) = 43.43%
R=21.31%
G=35.26%
B=43.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1071772180.510.1900.15202.166063.73
Hex6BB1DA33130Fca3c40
Octal153261332632301731274100
Binary110101110110001110110101100111001101111110010101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,177,218); }

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

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

 a { background-color: rgb(107,177,218); }

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

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

 span { border-color: rgb(107,177,218); }

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