#6FBEE3

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

Shades of Malibu #6FBEE3

Tints of Malibu #6FBEE3

Color information

#6FBEE3 (or 0x6FBEE3) is unknown color: approx Malibu. HEX triplet: 6F, BE and E3. RGB value is (111,190,227). Sum of RGB (Red+Green+Blue) = 111+190+227=528 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.02% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 227 (89.06% from 255 or 42.99% from 528); Max value from RGB is 227 - color contains mainly: blue. Hex color #6FBEE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBEE3 is #90411C. Grayscale: #AAAAAA. Windows color (decimal): -9453853 or 14925423. OLE color: 14925423.

HSL color Cylindrical-coordinate representation of color #6FBEE3: hue angle of 199.14º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FBEE3 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB111190227-
CMYK0.510.1600.11
HSL199.14º67.44%66.27%-
HSV(B)199.14º51.1%89.02%-
XYZ38.8345.7579.46-
YUV170.6159.8385.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 21.02%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 227 (89.06% from 255) = 42.99%
R=21.02%
G=35.98%
B=42.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1111902270.510.1600.11199.1467.4466.27
Hex6FBEE333100Bc74342
Octal1572763436320013307103102
Binary1101111101111101110001111001110000010111100011110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,190,227); }

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

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

 a { background-color: rgb(111,190,227); }

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

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

 span { border-color: rgb(111,190,227); }

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