#61AAD2

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

Shades of Picton Blue #61AAD2

Tints of Picton Blue #61AAD2

Color information

#61AAD2 (or 0x61AAD2) is unknown color: approx Picton Blue. HEX triplet: 61, AA and D2. RGB value is (97,170,210). Sum of RGB (Red+Green+Blue) = 97+170+210=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 210 - color contains mainly: blue. Hex color #61AAD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AAD2 is #9E552D. Grayscale: #989898. Windows color (decimal): -10376494 or 13806177. OLE color: 13806177.

HSL color Cylindrical-coordinate representation of color #61AAD2: hue angle of 201.24º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61AAD2 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB97170210-
CMYK0.540.1900.18
HSL201.24º55.67%60.2%-
HSV(B)201.24º53.81%82.35%-
XYZ30.9435.9466.28-
YUV152.73160.3288.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.34%
GREEN value IS 170 (66.80% from 255) = 35.64%
BLUE value IS 210 (82.42% from 255) = 44.03%
R=20.34%
G=35.64%
B=44.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971702100.540.1900.18201.2455.6760.2
Hex61AAD23613012c9383c
Octal14125232266230223117074
Binary110000110101010110100101101101001101001011001001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,170,210); }

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

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

 a { background-color: rgb(97,170,210); }

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

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

 span { border-color: rgb(97,170,210); }

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