#61A9D9

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

Shades of Picton Blue #61A9D9

Tints of Picton Blue #61A9D9

Color information

#61A9D9 (or 0x61A9D9) is unknown color: approx Picton Blue. HEX triplet: 61, A9 and D9. RGB value is (97,169,217). Sum of RGB (Red+Green+Blue) = 97+169+217=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #61A9D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A9D9 is #9E5626. Grayscale: #989898. Windows color (decimal): -10376743 or 14264673. OLE color: 14264673.

HSL color Cylindrical-coordinate representation of color #61A9D9: hue angle of 204º 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 #61A9D9 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97169217-
CMYK0.550.2200.15
HSL204º61.22%61.57%-
HSV(B)204º55.3%85.1%-
XYZ31.6435.9370.91-
YUV152.94164.1588.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.08%
GREEN value IS 169 (66.41% from 255) = 34.99%
BLUE value IS 217 (85.16% from 255) = 44.93%
R=20.08%
G=34.99%
B=44.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971692170.550.2200.1520461.2261.57
Hex61A9D937160Fcc3d3e
Octal14125133167260173147576
Binary11000011010100111011001110111101100111111001100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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