#61A3DD

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

Shades of Picton Blue #61A3DD

Tints of Picton Blue #61A3DD

Color information

#61A3DD (or 0x61A3DD) is unknown color: approx Picton Blue. HEX triplet: 61, A3 and DD. RGB value is (97,163,221). Sum of RGB (Red+Green+Blue) = 97+163+221=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #61A3DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A3DD is #9E5C22. Grayscale: #959595. Windows color (decimal): -10378275 or 14525281. OLE color: 14525281.

HSL color Cylindrical-coordinate representation of color #61A3DD: hue angle of 208.06º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61A3DD is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97163221-
CMYK0.560.2600.13
HSL208.06º64.58%62.35%-
HSV(B)208.06º56.11%86.67%-
XYZ31.0833.9673.32-
YUV149.88168.1390.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.17%
GREEN value IS 163 (64.06% from 255) = 33.89%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=20.17%
G=33.89%
B=45.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971632210.560.2600.13208.0664.5862.35
Hex61A3DD381A0Dd0413e
Octal141243335703201532010176
Binary110000110100011110111011110001101001101110100001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,163,221); }

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

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

 a { background-color: rgb(97,163,221); }

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

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

 span { border-color: rgb(97,163,221); }

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