#68a9db

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

Shades of Malibu #68A9DB

Tints of Malibu #68A9DB

Color information

#68A9DB (or 0x68A9DB) is unknown color: approx Malibu. HEX triplet: 68, A9 and DB. RGB value is (104,169,219). Sum of RGB (Red+Green+Blue) = 104+169+219=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #68A9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A9DB is #975624. Grayscale: #9B9B9B. Windows color (decimal): -9917989 or 14395752. OLE color: 14395752.

HSL color Cylindrical-coordinate representation of color #68A9DB: hue angle of 206.09º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68A9DB is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB104169219-
CMYK0.530.2300.14
HSL206.09º61.5%63.33%-
HSV(B)206.09º52.51%85.88%-
XYZ32.6836.4372.33-
YUV155.26163.9791.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.14%
GREEN value IS 169 (66.41% from 255) = 34.35%
BLUE value IS 219 (85.94% from 255) = 44.51%
R=21.14%
G=34.35%
B=44.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1041692190.530.2300.14206.0961.563.33
Hex68A9DB35170Ece3d3f
Octal15025133365270163167577
Binary11010001010100111011011110101101110111011001110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68a9db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68a9db; }

 p { color: rgb(104,169,219); }

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

<style>
 a { background-color: #68a9db; }

 a { background-color: rgb(104,169,219); }

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

<style>
 span { border-color: #68a9db; }

 span { border-color: rgb(104,169,219); }

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