#61A1CD

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

Shades of Picton Blue #61A1CD

Tints of Picton Blue #61A1CD

Color information

#61A1CD (or 0x61A1CD) is unknown color: approx Picton Blue. HEX triplet: 61, A1 and CD. RGB value is (97,161,205). Sum of RGB (Red+Green+Blue) = 97+161+205=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #61A1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A1CD is #9E5E32. Grayscale: #929292. Windows color (decimal): -10378803 or 13476193. OLE color: 13476193.

HSL color Cylindrical-coordinate representation of color #61A1CD: hue angle of 204.44º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61A1CD is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97161205-
CMYK0.530.2100.20
HSL204.44º51.92%59.22%-
HSV(B)204.44º52.68%80.39%-
XYZ28.6932.4462.51-
YUV146.88160.892.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.95%
GREEN value IS 161 (63.28% from 255) = 34.77%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=20.95%
G=34.77%
B=44.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971612050.530.2100.20204.4451.9259.22
Hex61A1CD3515014cc343b
Octal14124131565250243146473
Binary110000110100001110011011101011010101010011001100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,161,205); }

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

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

 a { background-color: rgb(97,161,205); }

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

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

 span { border-color: rgb(97,161,205); }

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