#6BBFDD

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

Shades of Malibu #6BBFDD

Tints of Malibu #6BBFDD

Color information

#6BBFDD (or 0x6BBFDD) is unknown color: approx Malibu. HEX triplet: 6B, BF and DD. RGB value is (107,191,221). Sum of RGB (Red+Green+Blue) = 107+191+221=519 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.62% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BBFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBFDD is #944022. Grayscale: #A9A9A9. Windows color (decimal): -9715747 or 14532459. OLE color: 14532459.

HSL color Cylindrical-coordinate representation of color #6BBFDD: hue angle of 195.79º 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 #6BBFDD is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB107191221-
CMYK0.520.1400.13
HSL195.79º62.64%64.31%-
HSV(B)195.79º51.58%86.67%-
XYZ37.7545.6175.22-
YUV169.3157.1783.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.62%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=20.62%
G=36.80%
B=42.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1071912210.520.1400.13195.7962.6464.31
Hex6BBFDD34E0Dc43f40
Octal153277335641601530477100
Binary11010111011111111011101110100111001101110001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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