#6BB2DD

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

Shades of Malibu #6BB2DD

Tints of Malibu #6BB2DD

Color information

#6BB2DD (or 0x6BB2DD) is unknown color: approx Malibu. HEX triplet: 6B, B2 and DD. RGB value is (107,178,221). Sum of RGB (Red+Green+Blue) = 107+178+221=506 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.15% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BB2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB2DD is #944D22. Grayscale: #A1A1A1. Windows color (decimal): -9719075 or 14529131. OLE color: 14529131.

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

Color convert

RGB107178221-
CMYK0.520.1900.13
HSL202.63º62.64%64.31%-
HSV(B)202.63º51.58%86.67%-
XYZ35.0340.1974.32-
YUV161.67161.4889-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.15%
GREEN value IS 178 (69.92% from 255) = 35.18%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=21.15%
G=35.18%
B=43.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1071782210.520.1900.13202.6362.6464.31
Hex6BB2DD34130Dcb3f40
Octal153262335642301531377100
Binary110101110110010110111011101001001101101110010111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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