#60ACCD

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

Shades of Picton Blue #60ACCD

Tints of Picton Blue #60ACCD

Color information

#60ACCD (or 0x60ACCD) is unknown color: approx Picton Blue. HEX triplet: 60, AC and CD. RGB value is (96,172,205). Sum of RGB (Red+Green+Blue) = 96+172+205=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #60ACCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACCD is #9F5332. Grayscale: #989898. Windows color (decimal): -10441523 or 13479008. OLE color: 13479008.

HSL color Cylindrical-coordinate representation of color #60ACCD: hue angle of 198.17º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60ACCD is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB96172205-
CMYK0.530.1600.20
HSL198.17º52.15%59.02%-
HSV(B)198.17º53.17%80.39%-
XYZ30.636.463.17-
YUV153.04157.3287.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.30%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=20.30%
G=36.36%
B=43.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961722050.530.1600.20198.1752.1559.02
Hex60ACCD3510014c6343b
Octal14025431565200243066473
Binary110000010101100110011011101011000001010011000110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60ACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,172,205); }

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

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

 a { background-color: rgb(96,172,205); }

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

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

 span { border-color: rgb(96,172,205); }

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