#6FBEE4

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

Shades of Malibu #6FBEE4

Tints of Malibu #6FBEE4

Color information

#6FBEE4 (or 0x6FBEE4) is unknown color: approx Malibu. HEX triplet: 6F, BE and E4. RGB value is (111,190,228). Sum of RGB (Red+Green+Blue) = 111+190+228=529 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.98% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #6FBEE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBEE4 is #90411B. Grayscale: #AAAAAA. Windows color (decimal): -9453852 or 14990959. OLE color: 14990959.

HSL color Cylindrical-coordinate representation of color #6FBEE4: hue angle of 199.49º degrees, saturation: 0.68, 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 #6FBEE4 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB111190228-
CMYK0.510.1700.11
HSL199.49º68.42%66.47%-
HSV(B)199.49º51.32%89.41%-
XYZ38.9745.8180.19-
YUV170.71160.3385.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.98%
GREEN value IS 190 (74.61% from 255) = 35.92%
BLUE value IS 228 (89.45% from 255) = 43.10%
R=20.98%
G=35.92%
B=43.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1111902280.510.1700.11199.4968.4266.47
Hex6FBEE433110Bc74442
Octal1572763446321013307104102
Binary1101111101111101110010011001110001010111100011110001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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