#60a3d0

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

Shades of Picton Blue #60A3D0

Tints of Picton Blue #60A3D0

Color information

#60A3D0 (or 0x60A3D0) is unknown color: approx Picton Blue. HEX triplet: 60, A3 and D0. RGB value is (96,163,208). Sum of RGB (Red+Green+Blue) = 96+163+208=467 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.56% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 208 (81.64% from 255 or 44.54% from 467); Max value from RGB is 208 - color contains mainly: blue. Hex color #60A3D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A3D0 is #9F5C2F. Grayscale: #939393. Windows color (decimal): -10443824 or 13673312. OLE color: 13673312.

HSL color Cylindrical-coordinate representation of color #60A3D0: hue angle of 204.11º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60A3D0 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB96163208-
CMYK0.540.2200.18
HSL204.11º54.37%59.61%-
HSV(B)204.11º53.85%81.57%-
XYZ29.3133.2464.54-
YUV148.1161.890.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.56%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 208 (81.64% from 255) = 44.54%
R=20.56%
G=34.90%
B=44.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal961632080.540.2200.18204.1154.3759.61
Hex60A3D03616012cc363c
Octal14024332066260223146674
Binary110000010100011110100001101101011001001011001100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60a3d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,163,208); }

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

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

 a { background-color: rgb(96,163,208); }

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

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

 span { border-color: rgb(96,163,208); }

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