#61A6DC

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

Shades of Picton Blue #61A6DC

Tints of Picton Blue #61A6DC

Color information

#61A6DC (or 0x61A6DC) is unknown color: approx Picton Blue. HEX triplet: 61, A6 and DC. RGB value is (97,166,220). Sum of RGB (Red+Green+Blue) = 97+166+220=483 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.08% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #61A6DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A6DC is #9E5923. Grayscale: #979797. Windows color (decimal): -10377508 or 14460513. OLE color: 14460513.

HSL color Cylindrical-coordinate representation of color #61A6DC: hue angle of 206.34º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61A6DC is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97166220-
CMYK0.560.2500.14
HSL206.34º63.73%62.16%-
HSV(B)206.34º55.91%86.27%-
XYZ31.4834.9872.8-
YUV151.52166.6489.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.08%
GREEN value IS 166 (65.23% from 255) = 34.37%
BLUE value IS 220 (86.33% from 255) = 45.55%
R=20.08%
G=34.37%
B=45.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971662200.560.2500.14206.3463.7362.16
Hex61A6DC38190Ece403e
Octal141246334703101631610076
Binary110000110100110110111001110001100101110110011101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,166,220); }

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

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

 a { background-color: rgb(97,166,220); }

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

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

 span { border-color: rgb(97,166,220); }

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