#6BB7DC

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

Shades of Malibu #6BB7DC

Tints of Malibu #6BB7DC

Color information

#6BB7DC (or 0x6BB7DC) is unknown color: approx Malibu. HEX triplet: 6B, B7 and DC. RGB value is (107,183,220). Sum of RGB (Red+Green+Blue) = 107+183+220=510 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.98% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BB7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB7DC is #944823. Grayscale: #A4A4A4. Windows color (decimal): -9717796 or 14464875. OLE color: 14464875.

HSL color Cylindrical-coordinate representation of color #6BB7DC: hue angle of 199.65º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BB7DC is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB107183220-
CMYK0.510.1700.14
HSL199.65º61.75%64.12%-
HSV(B)199.65º51.36%86.27%-
XYZ35.9242.1673.95-
YUV164.49159.3286.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.98%
GREEN value IS 183 (71.88% from 255) = 35.88%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=20.98%
G=35.88%
B=43.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1071832200.510.1700.14199.6561.7564.12
Hex6BB7DC33110Ec83e40
Octal153267334632101631076100
Binary110101110110111110111001100111000101110110010001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,183,220); }

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

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

 a { background-color: rgb(107,183,220); }

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

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

 span { border-color: rgb(107,183,220); }

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