#6FB1E1

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

Shades of Malibu #6FB1E1

Tints of Malibu #6FB1E1

Color information

#6FB1E1 (or 0x6FB1E1) is unknown color: approx Malibu. HEX triplet: 6F, B1 and E1. RGB value is (111,177,225). Sum of RGB (Red+Green+Blue) = 111+177+225=513 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.64% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #6FB1E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB1E1 is #904E1E. Grayscale: #A2A2A2. Windows color (decimal): -9457183 or 14791023. OLE color: 14791023.

HSL color Cylindrical-coordinate representation of color #6FB1E1: hue angle of 205.26º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FB1E1 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB111177225-
CMYK0.510.2100.12
HSL205.26º65.52%65.88%-
HSV(B)205.26º50.67%88.24%-
XYZ35.8740.2677.11-
YUV162.74163.1391.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.64%
GREEN value IS 177 (69.53% from 255) = 34.50%
BLUE value IS 225 (88.28% from 255) = 43.86%
R=21.64%
G=34.50%
B=43.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1111772250.510.2100.12205.2665.5265.88
Hex6FB1E133150Ccd4242
Octal1572613416325014315102102
Binary1101111101100011110000111001110101011001100110110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,177,225); }

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

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

 a { background-color: rgb(111,177,225); }

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

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

 span { border-color: rgb(111,177,225); }

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