#6FBFE5

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

Shades of Malibu #6FBFE5

Tints of Malibu #6FBFE5

Color information

#6FBFE5 (or 0x6FBFE5) is unknown color: approx Malibu. HEX triplet: 6F, BF and E5. RGB value is (111,191,229). Sum of RGB (Red+Green+Blue) = 111+191+229=531 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.90% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #6FBFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFE5 is #90401A. Grayscale: #ABABAB. Windows color (decimal): -9453595 or 15056751. OLE color: 15056751.

HSL color Cylindrical-coordinate representation of color #6FBFE5: hue angle of 199.32º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FBFE5 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB111191229-
CMYK0.520.1700.10
HSL199.32º69.41%66.67%-
HSV(B)199.32º51.53%89.8%-
XYZ39.3346.380.99-
YUV171.41160.584.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.90%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 229 (89.84% from 255) = 43.13%
R=20.90%
G=35.97%
B=43.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1111912290.520.1700.10199.3269.4166.67
Hex6FBFE534110Ac74543
Octal1572773456421012307105103
Binary1101111101111111110010111010010001010101100011110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,191,229); }

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

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

 a { background-color: rgb(111,191,229); }

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

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

 span { border-color: rgb(111,191,229); }

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