#60A9E6

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

Shades of Malibu #60A9E6

Tints of Malibu #60A9E6

Color information

#60A9E6 (or 0x60A9E6) is unknown color: approx Malibu. HEX triplet: 60, A9 and E6. RGB value is (96,169,230). Sum of RGB (Red+Green+Blue) = 96+169+230=495 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.39% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #60A9E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60A9E6 is #9F5619. Grayscale: #999999. Windows color (decimal): -10442266 or 15116640. OLE color: 15116640.

HSL color Cylindrical-coordinate representation of color #60A9E6: hue angle of 207.31º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60A9E6 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB96169230-
CMYK0.580.2700.10
HSL207.31º72.83%63.92%-
HSV(B)207.31º58.26%90.2%-
XYZ33.2936.5880.17-
YUV154.13170.8286.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.39%
GREEN value IS 169 (66.41% from 255) = 34.14%
BLUE value IS 230 (90.23% from 255) = 46.46%
R=19.39%
G=34.14%
B=46.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal961692300.580.2700.10207.3172.8363.92
Hex60A9E63A1B0Acf4940
Octal1402513467233012317111100
Binary1100000101010011110011011101011011010101100111110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60A9E6; }

 p { color: rgb(96,169,230); }

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

<style>
 a { background-color: #60A9E6; }

 a { background-color: rgb(96,169,230); }

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

<style>
 span { border-color: #60A9E6; }

 span { border-color: rgb(96,169,230); }

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