#60A4C4

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

Shades of Picton Blue #60A4C4

Tints of Picton Blue #60A4C4

Color information

#60A4C4 (or 0x60A4C4) is unknown color: approx Picton Blue. HEX triplet: 60, A4 and C4. RGB value is (96,164,196). Sum of RGB (Red+Green+Blue) = 96+164+196=456 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.05% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 196 (76.95% from 255 or 42.98% from 456); Max value from RGB is 196 - color contains mainly: blue. Hex color #60A4C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A4C4 is #9F5B3B. Grayscale: #939393. Windows color (decimal): -10443580 or 12887136. OLE color: 12887136.

HSL color Cylindrical-coordinate representation of color #60A4C4: hue angle of 199.2º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60A4C4 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB96164196-
CMYK0.510.1600.23
HSL199.2º45.87%57.25%-
HSV(B)199.2º51.02%76.86%-
XYZ28.0633.0257.12-
YUV147.32155.4791.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.05%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 196 (76.95% from 255) = 42.98%
R=21.05%
G=35.96%
B=42.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal961641960.510.1600.23199.245.8757.25
Hex60A4C43310017c72e39
Octal14024430463200273075671
Binary110000010100100110001001100111000001011111000111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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