#60A9D3

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

Shades of Picton Blue #60A9D3

Tints of Picton Blue #60A9D3

Color information

#60A9D3 (or 0x60A9D3) is unknown color: approx Picton Blue. HEX triplet: 60, A9 and D3. RGB value is (96,169,211). Sum of RGB (Red+Green+Blue) = 96+169+211=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 211 - color contains mainly: blue. Hex color #60A9D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A9D3 is #9F562C. Grayscale: #979797. Windows color (decimal): -10442285 or 13871456. OLE color: 13871456.

HSL color Cylindrical-coordinate representation of color #60A9D3: hue angle of 201.91º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60A9D3 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB96169211-
CMYK0.550.2000.17
HSL201.91º56.65%60.2%-
HSV(B)201.91º54.5%82.75%-
XYZ30.7735.5766.87-
YUV151.96161.3288.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.17%
GREEN value IS 169 (66.41% from 255) = 35.50%
BLUE value IS 211 (82.81% from 255) = 44.33%
R=20.17%
G=35.50%
B=44.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal961692110.550.2000.17201.9156.6560.2
Hex60A9D33714011ca393c
Octal14025132367240213127174
Binary110000010101001110100111101111010001000111001010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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