#6BB4E1

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

Shades of Malibu #6BB4E1

Tints of Malibu #6BB4E1

Color information

#6BB4E1 (or 0x6BB4E1) is unknown color: approx Malibu. HEX triplet: 6B, B4 and E1. RGB value is (107,180,225). Sum of RGB (Red+Green+Blue) = 107+180+225=512 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.90% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #6BB4E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BB4E1 is #944B1E. Grayscale: #A3A3A3. Windows color (decimal): -9718559 or 14791787. OLE color: 14791787.

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

Color convert

RGB107180225-
CMYK0.520.200.12
HSL202.88º66.29%65.1%-
HSV(B)202.88º52.44%88.24%-
XYZ35.9841.277.29-
YUV163.3162.8287.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 20.90%
GREEN value IS 180 (70.70% from 255) = 35.16%
BLUE value IS 225 (88.28% from 255) = 43.95%
R=20.90%
G=35.16%
B=43.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1071802250.520.200.12202.8866.2965.1
Hex6BB4E134140Ccb4241
Octal1532643416424014313102101
Binary1101011101101001110000111010010100011001100101110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB4E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,180,225); }

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

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

 a { background-color: rgb(107,180,225); }

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

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

 span { border-color: rgb(107,180,225); }

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