#6fb8df

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

Shades of Malibu #6FB8DF

Tints of Malibu #6FB8DF

Color information

#6FB8DF (or 0x6FB8DF) is unknown color: approx Malibu. HEX triplet: 6F, B8 and DF. RGB value is (111,184,223). Sum of RGB (Red+Green+Blue) = 111+184+223=518 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.43% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #6FB8DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB8DF is #904720. Grayscale: #A6A6A6. Windows color (decimal): -9455393 or 14661743. OLE color: 14661743.

HSL color Cylindrical-coordinate representation of color #6FB8DF: hue angle of 200.89º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FB8DF is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111184223-
CMYK0.500.1700.13
HSL200.89º63.64%65.49%-
HSV(B)200.89º50.22%87.45%-
XYZ37.0242.9976.16-
YUV166.62159.8288.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.43%
GREEN value IS 184 (72.27% from 255) = 35.52%
BLUE value IS 223 (87.5% from 255) = 43.05%
R=21.43%
G=35.52%
B=43.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111842230.500.1700.13200.8963.6465.49
Hex6FB8DF32110Dc94041
Octal1572703376221015311100101
Binary1101111101110001101111111001010001011011100100110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fb8df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,184,223); }

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

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

 a { background-color: rgb(111,184,223); }

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

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

 span { border-color: rgb(111,184,223); }

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