#6bbedc

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

Shades of Malibu #6BBEDC

Tints of Malibu #6BBEDC

Color information

#6BBEDC (or 0x6BBEDC) is unknown color: approx Malibu. HEX triplet: 6B, BE and DC. RGB value is (107,190,220). Sum of RGB (Red+Green+Blue) = 107+190+220=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #6BBEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBEDC is #944123. Grayscale: #A8A8A8. Windows color (decimal): -9716004 or 14466667. OLE color: 14466667.

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

Color convert

RGB107190220-
CMYK0.510.1400.14
HSL195.93º61.75%64.12%-
HSV(B)195.93º51.36%86.27%-
XYZ37.445.1274.45-
YUV168.615784.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.70%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=20.70%
G=36.75%
B=42.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1071902200.510.1400.14195.9361.7564.12
Hex6BBEDC33E0Ec43e40
Octal153276334631601630476100
Binary11010111011111011011100110011111001110110001001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6bbedc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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