#6FBAE7

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

Shades of Malibu #6FBAE7

Tints of Malibu #6FBAE7

Color information

#6FBAE7 (or 0x6FBAE7) is unknown color: approx Malibu. HEX triplet: 6F, BA and E7. RGB value is (111,186,231). Sum of RGB (Red+Green+Blue) = 111+186+231=528 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.02% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 231 (90.62% from 255 or 43.75% from 528); Max value from RGB is 231 - color contains mainly: blue. Hex color #6FBAE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBAE7 is #904518. Grayscale: #A8A8A8. Windows color (decimal): -9454873 or 15186543. OLE color: 15186543.

HSL color Cylindrical-coordinate representation of color #6FBAE7: hue angle of 202.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FBAE7 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB111186231-
CMYK0.520.1900.09
HSL202.5º71.43%67.06%-
HSV(B)202.5º51.95%90.59%-
XYZ38.5444.2782.11-
YUV168.7163.1586.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.02%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 231 (90.62% from 255) = 43.75%
R=21.02%
G=35.23%
B=43.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1111862310.520.1900.09202.571.4367.06
Hex6FBAE7341309ca4743
Octal1572723476423011312107103
Binary1101111101110101110011111010010011010011100101010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,186,231); }

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

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

 a { background-color: rgb(111,186,231); }

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

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

 span { border-color: rgb(111,186,231); }

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