#68B6DA

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

Shades of Malibu #68B6DA

Tints of Malibu #68B6DA

Color information

#68B6DA (or 0x68B6DA) is unknown color: approx Malibu. HEX triplet: 68, B6 and DA. RGB value is (104,182,218). Sum of RGB (Red+Green+Blue) = 104+182+218=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #68B6DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68B6DA is #974925. Grayscale: #A2A2A2. Windows color (decimal): -9914662 or 14333544. OLE color: 14333544.

HSL color Cylindrical-coordinate representation of color #68B6DA: hue angle of 198.95º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68B6DA is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB104182218-
CMYK0.520.1700.15
HSL198.95º60.64%63.14%-
HSV(B)198.95º52.29%85.49%-
XYZ35.0941.4672.48-
YUV162.78159.1686.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.63%
GREEN value IS 182 (71.48% from 255) = 36.11%
BLUE value IS 218 (85.55% from 255) = 43.25%
R=20.63%
G=36.11%
B=43.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1041822180.520.1700.15198.9560.6463.14
Hex68B6DA34110Fc73d3f
Octal15026633264210173077577
Binary11010001011011011011010110100100010111111000111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,182,218); }

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

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

 a { background-color: rgb(104,182,218); }

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

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

 span { border-color: rgb(104,182,218); }

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