#6ABDDE

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

Shades of Malibu #6ABDDE

Tints of Malibu #6ABDDE

Color information

#6ABDDE (or 0x6ABDDE) is unknown color: approx Malibu. HEX triplet: 6A, BD and DE. RGB value is (106,189,222). Sum of RGB (Red+Green+Blue) = 106+189+222=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #6ABDDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABDDE is #954221. Grayscale: #A7A7A7. Windows color (decimal): -9781794 or 14597482. OLE color: 14597482.

HSL color Cylindrical-coordinate representation of color #6ABDDE: hue angle of 197.07º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ABDDE is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB106189222-
CMYK0.520.1500.13
HSL197.07º63.74%64.31%-
HSV(B)197.07º52.25%87.06%-
XYZ37.3344.7375.77-
YUV167.94158.583.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 20.50%
GREEN value IS 189 (74.22% from 255) = 36.56%
BLUE value IS 222 (87.11% from 255) = 42.94%
R=20.50%
G=36.56%
B=42.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1061892220.520.1500.13197.0763.7464.31
Hex6ABDDE34F0Dc54040
Octal1522753366417015305100100
Binary110101010111101110111101101001111011011100010110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,189,222); }

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

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

 a { background-color: rgb(106,189,222); }

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

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

 span { border-color: rgb(106,189,222); }

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