#6BAFEA

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

Shades of Malibu #6BAFEA

Tints of Malibu #6BAFEA

Color information

#6BAFEA (or 0x6BAFEA) is unknown color: approx Malibu. HEX triplet: 6B, AF and EA. RGB value is (107,175,234). Sum of RGB (Red+Green+Blue) = 107+175+234=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BAFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAFEA is #945015. Grayscale: #A1A1A1. Windows color (decimal): -9719830 or 15380331. OLE color: 15380331.

HSL color Cylindrical-coordinate representation of color #6BAFEA: hue angle of 207.87º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BAFEA is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB107175234-
CMYK0.540.2500.08
HSL207.87º75.15%66.86%-
HSV(B)207.87º54.27%91.76%-
XYZ36.2439.7383.6-
YUV161.39168.9789.2-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.74%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 234 (91.80% from 255) = 45.35%
R=20.74%
G=33.91%
B=45.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1071752340.540.2500.08207.8775.1566.86
Hex6BAFEA361908d04b43
Octal1532573526631010320113103
Binary1101011101011111110101011011011001010001101000010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,175,234); }

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

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

 a { background-color: rgb(107,175,234); }

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

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

 span { border-color: rgb(107,175,234); }

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