#61ABD9

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

Shades of Picton Blue #61ABD9

Tints of Picton Blue #61ABD9

Color information

#61ABD9 (or 0x61ABD9) is unknown color: approx Picton Blue. HEX triplet: 61, AB and D9. RGB value is (97,171,217). Sum of RGB (Red+Green+Blue) = 97+171+217=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #61ABD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABD9 is #9E5426. Grayscale: #999999. Windows color (decimal): -10376231 or 14265185. OLE color: 14265185.

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

Color convert

RGB97171217-
CMYK0.550.2100.15
HSL203º61.22%61.57%-
HSV(B)203º55.3%85.1%-
XYZ32.0236.6871.04-
YUV154.12163.4887.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 217 (85.16% from 255) = 44.74%
R=20%
G=35.26%
B=44.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971712170.550.2100.1520361.2261.57
Hex61ABD937150Fcb3d3e
Octal14125333167250173137576
Binary11000011010101111011001110111101010111111001011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ABD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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