#61A4DC

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

Shades of Picton Blue #61A4DC

Tints of Picton Blue #61A4DC

Color information

#61A4DC (or 0x61A4DC) is unknown color: approx Picton Blue. HEX triplet: 61, A4 and DC. RGB value is (97,164,220). Sum of RGB (Red+Green+Blue) = 97+164+220=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 164 (64.45% from 255 or 34.10% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #61A4DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A4DC is #9E5B23. Grayscale: #969696. Windows color (decimal): -10378020 or 14460001. OLE color: 14460001.

HSL color Cylindrical-coordinate representation of color #61A4DC: hue angle of 207.32º 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 #61A4DC is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB97164220-
CMYK0.560.2500.14
HSL207.32º63.73%62.16%-
HSV(B)207.32º55.91%86.27%-
XYZ31.1234.2672.68-
YUV150.35167.389.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.17%
GREEN value IS 164 (64.45% from 255) = 34.10%
BLUE value IS 220 (86.33% from 255) = 45.74%
R=20.17%
G=34.10%
B=45.74%

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
Decimal971642200.560.2500.14207.3263.7362.16
Hex61A4DC38190Ecf403e
Octal141244334703101631710076
Binary110000110100100110111001110001100101110110011111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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