#61A5D9

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

Shades of Picton Blue #61A5D9

Tints of Picton Blue #61A5D9

Color information

#61A5D9 (or 0x61A5D9) is unknown color: approx Picton Blue. HEX triplet: 61, A5 and D9. RGB value is (97,165,217). Sum of RGB (Red+Green+Blue) = 97+165+217=479 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.25% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #61A5D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A5D9 is #9E5A26. Grayscale: #969696. Windows color (decimal): -10377767 or 14263649. OLE color: 14263649.

HSL color Cylindrical-coordinate representation of color #61A5D9: hue angle of 206º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61A5D9 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97165217-
CMYK0.550.2400.15
HSL206º61.22%61.57%-
HSV(B)206º55.3%85.1%-
XYZ30.9134.4670.67-
YUV150.6165.4789.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.25%
GREEN value IS 165 (64.84% from 255) = 34.45%
BLUE value IS 217 (85.16% from 255) = 45.30%
R=20.25%
G=34.45%
B=45.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971652170.550.2400.1520661.2261.57
Hex61A5D937180Fce3d3e
Octal14124533167300173167576
Binary11000011010010111011001110111110000111111001110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,165,217); }

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

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

 a { background-color: rgb(97,165,217); }

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

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

 span { border-color: rgb(97,165,217); }

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