#6FBDE9

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

Shades of Malibu #6FBDE9

Tints of Malibu #6FBDE9

Color information

#6FBDE9 (or 0x6FBDE9) is unknown color: approx Malibu. HEX triplet: 6F, BD and E9. RGB value is (111,189,233). Sum of RGB (Red+Green+Blue) = 111+189+233=533 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.83% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 233 (91.41% from 255 or 43.71% from 533); Max value from RGB is 233 - color contains mainly: blue. Hex color #6FBDE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBDE9 is #904216. Grayscale: #AAAAAA. Windows color (decimal): -9454103 or 15318383. OLE color: 15318383.

HSL color Cylindrical-coordinate representation of color #6FBDE9: hue angle of 201.64º degrees, saturation: 0.73, 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 #6FBDE9 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB111189233-
CMYK0.520.1900.09
HSL201.64º73.49%67.45%-
HSV(B)201.64º52.36%91.37%-
XYZ39.4645.6683.82-
YUV170.69163.1685.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.83%
GREEN value IS 189 (74.22% from 255) = 35.46%
BLUE value IS 233 (91.41% from 255) = 43.71%
R=20.83%
G=35.46%
B=43.71%

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
Decimal1111892330.520.1900.09201.6473.4967.45
Hex6FBDE9341309ca4943
Octal1572753516423011312111103
Binary1101111101111011110100111010010011010011100101010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,189,233); }

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

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

 a { background-color: rgb(111,189,233); }

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

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

 span { border-color: rgb(111,189,233); }

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