#60A4E3

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

Shades of Picton Blue #60A4E3

Tints of Picton Blue #60A4E3

Color information

#60A4E3 (or 0x60A4E3) is unknown color: approx Picton Blue. HEX triplet: 60, A4 and E3. RGB value is (96,164,227). Sum of RGB (Red+Green+Blue) = 96+164+227=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 227 (89.06% from 255 or 46.61% from 487); Max value from RGB is 227 - color contains mainly: blue. Hex color #60A4E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A4E3 is #9F5B1C. Grayscale: #969696. Windows color (decimal): -10443549 or 14918752. OLE color: 14918752.

HSL color Cylindrical-coordinate representation of color #60A4E3: hue angle of 208.85º degrees, saturation: 0.7, 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 #60A4E3 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB96164227-
CMYK0.580.2800.11
HSL208.85º70.05%63.33%-
HSV(B)208.85º57.71%89.02%-
XYZ31.9634.5877.66-
YUV150.85170.9788.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.71%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 227 (89.06% from 255) = 46.61%
R=19.71%
G=33.68%
B=46.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal961642270.580.2800.11208.8570.0563.33
Hex60A4E33A1C0Bd1463f
Octal140244343723401332110677
Binary110000010100100111000111110101110001011110100011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,164,227); }

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

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

 a { background-color: rgb(96,164,227); }

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

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

 span { border-color: rgb(96,164,227); }

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