#61A0E1

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

Shades of Picton Blue #61A0E1

Tints of Picton Blue #61A0E1

Color information

#61A0E1 (or 0x61A0E1) is unknown color: approx Picton Blue. HEX triplet: 61, A0 and E1. RGB value is (97,160,225). Sum of RGB (Red+Green+Blue) = 97+160+225=482 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.12% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #61A0E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A0E1 is #9E5F1E. Grayscale: #949494. Windows color (decimal): -10379039 or 14786657. OLE color: 14786657.

HSL color Cylindrical-coordinate representation of color #61A0E1: hue angle of 210.47º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61A0E1 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB97160225-
CMYK0.570.2900.12
HSL210.47º68.09%63.14%-
HSV(B)210.47º56.89%88.24%-
XYZ31.0933.1275.99-
YUV148.57171.1391.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.12%
GREEN value IS 160 (62.89% from 255) = 33.20%
BLUE value IS 225 (88.28% from 255) = 46.68%
R=20.12%
G=33.20%
B=46.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal971602250.570.2900.12210.4768.0963.14
Hex61A0E1391D0Cd2443f
Octal141240341713501432210477
Binary110000110100000111000011110011110101100110100101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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