#6BB1DD

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

Shades of Malibu #6BB1DD

Tints of Malibu #6BB1DD

Color information

#6BB1DD (or 0x6BB1DD) is unknown color: approx Malibu. HEX triplet: 6B, B1 and DD. RGB value is (107,177,221). Sum of RGB (Red+Green+Blue) = 107+177+221=505 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.19% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BB1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB1DD is #944E22. Grayscale: #A0A0A0. Windows color (decimal): -9719331 or 14528875. OLE color: 14528875.

HSL color Cylindrical-coordinate representation of color #6BB1DD: hue angle of 203.16º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BB1DD is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB107177221-
CMYK0.520.2000.13
HSL203.16º62.64%64.31%-
HSV(B)203.16º51.58%86.67%-
XYZ34.8439.7974.25-
YUV161.09161.8189.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.19%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 221 (86.72% from 255) = 43.76%
R=21.19%
G=35.05%
B=43.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1071772210.520.2000.13203.1662.6464.31
Hex6BB1DD34140Dcb3f40
Octal153261335642401531377100
Binary110101110110001110111011101001010001101110010111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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