#61A0CF

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

Shades of Picton Blue #61A0CF

Tints of Picton Blue #61A0CF

Color information

#61A0CF (or 0x61A0CF) is unknown color: approx Picton Blue. HEX triplet: 61, A0 and CF. RGB value is (97,160,207). Sum of RGB (Red+Green+Blue) = 97+160+207=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #61A0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A0CF is #9E5F30. Grayscale: #929292. Windows color (decimal): -10379057 or 13607009. OLE color: 13607009.

HSL color Cylindrical-coordinate representation of color #61A0CF: hue angle of 205.64º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61A0CF is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97160207-
CMYK0.530.2300.19
HSL205.64º53.4%59.61%-
HSV(B)205.64º53.14%81.18%-
XYZ28.7632.1963.73-
YUV146.52162.1392.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.91%
GREEN value IS 160 (62.89% from 255) = 34.48%
BLUE value IS 207 (81.25% from 255) = 44.61%
R=20.91%
G=34.48%
B=44.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971602070.530.2300.19205.6453.459.61
Hex61A0CF3517013ce353c
Octal14124031765270233166574
Binary110000110100000110011111101011011101001111001110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61A0CF; }

 p { color: rgb(97,160,207); }

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

<style>
 a { background-color: #61A0CF; }

 a { background-color: rgb(97,160,207); }

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

<style>
 span { border-color: #61A0CF; }

 span { border-color: rgb(97,160,207); }

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