#60A6E2

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

Shades of Picton Blue #60A6E2

Tints of Picton Blue #60A6E2

Color information

#60A6E2 (or 0x60A6E2) is unknown color: approx Picton Blue. HEX triplet: 60, A6 and E2. RGB value is (96,166,226). Sum of RGB (Red+Green+Blue) = 96+166+226=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 226 (88.67% from 255 or 46.31% from 488); Max value from RGB is 226 - color contains mainly: blue. Hex color #60A6E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A6E2 is #9F591D. Grayscale: #979797. Windows color (decimal): -10443038 or 14853728. OLE color: 14853728.

HSL color Cylindrical-coordinate representation of color #60A6E2: hue angle of 207.69º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60A6E2 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB96166226-
CMYK0.580.2700.11
HSL207.69º69.15%63.14%-
HSV(B)207.69º57.52%88.63%-
XYZ32.1935.2577.06-
YUV151.91169.8188.12-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.67%
GREEN value IS 166 (65.23% from 255) = 34.02%
BLUE value IS 226 (88.67% from 255) = 46.31%
R=19.67%
G=34.02%
B=46.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal961662260.580.2700.11207.6969.1563.14
Hex60A6E23A1B0Bd0453f
Octal140246342723301332010577
Binary110000010100110111000101110101101101011110100001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A6E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,166,226); }

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

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

 a { background-color: rgb(96,166,226); }

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

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

 span { border-color: rgb(96,166,226); }

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