#68A9DE

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

Shades of Malibu #68A9DE

Tints of Malibu #68A9DE

Color information

#68A9DE (or 0x68A9DE) is unknown color: approx Malibu. HEX triplet: 68, A9 and DE. RGB value is (104,169,222). Sum of RGB (Red+Green+Blue) = 104+169+222=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #68A9DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A9DE is #975621. Grayscale: #9B9B9B. Windows color (decimal): -9917986 or 14592360. OLE color: 14592360.

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

Color convert

RGB104169222-
CMYK0.530.2400.13
HSL206.95º64.13%63.92%-
HSV(B)206.95º53.15%87.06%-
XYZ33.0836.5974.43-
YUV155.61165.4791.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.01%
GREEN value IS 169 (66.41% from 255) = 34.14%
BLUE value IS 222 (87.11% from 255) = 44.85%
R=21.01%
G=34.14%
B=44.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1041692220.530.2400.13206.9564.1363.92
Hex68A9DE35180Dcf4040
Octal1502513366530015317100100
Binary1101000101010011101111011010111000011011100111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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