#6FB7EC

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

Shades of Malibu #6FB7EC

Tints of Malibu #6FB7EC

Color information

#6FB7EC (or 0x6FB7EC) is unknown color: approx Malibu. HEX triplet: 6F, B7 and EC. RGB value is (111,183,236). Sum of RGB (Red+Green+Blue) = 111+183+236=530 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.94% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #6FB7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FB7EC is #904813. Grayscale: #A7A7A7. Windows color (decimal): -9455636 or 15513455. OLE color: 15513455.

HSL color Cylindrical-coordinate representation of color #6FB7EC: hue angle of 205.44º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FB7EC is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB111183236-
CMYK0.530.2200.07
HSL205.44º76.69%68.04%-
HSV(B)205.44º52.97%92.55%-
XYZ38.6343.385.68-
YUV167.51166.6587.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.94%
GREEN value IS 183 (71.88% from 255) = 34.53%
BLUE value IS 236 (92.58% from 255) = 44.53%
R=20.94%
G=34.53%
B=44.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1111832360.530.2200.07205.4476.6968.04
Hex6FB7EC351607cd4d44
Octal157267354652607315115104
Binary110111110110111111011001101011011001111100110110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,183,236); }

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

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

 a { background-color: rgb(111,183,236); }

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

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

 span { border-color: rgb(111,183,236); }

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