#6BADE6

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

Shades of Malibu #6BADE6

Tints of Malibu #6BADE6

Color information

#6BADE6 (or 0x6BADE6) is unknown color: approx Malibu. HEX triplet: 6B, AD and E6. RGB value is (107,173,230). Sum of RGB (Red+Green+Blue) = 107+173+230=510 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.98% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #6BADE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BADE6 is #945219. Grayscale: #9F9F9F. Windows color (decimal): -9720346 or 15117675. OLE color: 15117675.

HSL color Cylindrical-coordinate representation of color #6BADE6: hue angle of 207.8º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BADE6 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB107173230-
CMYK0.530.2500.10
HSL207.8º71.1%66.08%-
HSV(B)207.8º53.48%90.2%-
XYZ35.2938.7380.48-
YUV159.76167.6390.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.98%
GREEN value IS 173 (67.97% from 255) = 33.92%
BLUE value IS 230 (90.23% from 255) = 45.10%
R=20.98%
G=33.92%
B=45.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1071732300.530.2500.10207.871.166.08
Hex6BADE635190Ad04742
Octal1532553466531012320107102
Binary1101011101011011110011011010111001010101101000010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BADE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,173,230); }

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

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

 a { background-color: rgb(107,173,230); }

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

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

 span { border-color: rgb(107,173,230); }

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