#6AB1EE

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

Shades of Malibu #6AB1EE

Tints of Malibu #6AB1EE

Color information

#6AB1EE (or 0x6AB1EE) is unknown color: approx Malibu. HEX triplet: 6A, B1 and EE. RGB value is (106,177,238). Sum of RGB (Red+Green+Blue) = 106+177+238=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #6AB1EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AB1EE is #954E11. Grayscale: #A2A2A2. Windows color (decimal): -9784850 or 15642986. OLE color: 15642986.

HSL color Cylindrical-coordinate representation of color #6AB1EE: hue angle of 207.73º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AB1EE is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106177238-
CMYK0.550.2600.07
HSL207.73º79.52%67.45%-
HSV(B)207.73º55.46%93.33%-
XYZ37.140.6886.79-
YUV162.72170.4887.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.35%
GREEN value IS 177 (69.53% from 255) = 33.97%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=20.35%
G=33.97%
B=45.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061772380.550.2600.07207.7379.5267.45
Hex6AB1EE371A07d05043
Octal152261356673207320120103
Binary110101010110001111011101101111101001111101000010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,177,238); }

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

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

 a { background-color: rgb(106,177,238); }

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

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

 span { border-color: rgb(106,177,238); }

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