#61A7DC

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

Shades of Picton Blue #61A7DC

Tints of Picton Blue #61A7DC

Color information

#61A7DC (or 0x61A7DC) is unknown color: approx Picton Blue. HEX triplet: 61, A7 and DC. RGB value is (97,167,220). Sum of RGB (Red+Green+Blue) = 97+167+220=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 167 (65.62% from 255 or 34.50% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #61A7DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A7DC is #9E5823. Grayscale: #979797. Windows color (decimal): -10377252 or 14460769. OLE color: 14460769.

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

Color convert

RGB97167220-
CMYK0.560.2400.14
HSL205.85º63.73%62.16%-
HSV(B)205.85º55.91%86.27%-
XYZ31.6735.3572.86-
YUV152.11166.3188.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.04%
GREEN value IS 167 (65.62% from 255) = 34.50%
BLUE value IS 220 (86.33% from 255) = 45.45%
R=20.04%
G=34.50%
B=45.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal971672200.560.2400.14205.8563.7362.16
Hex61A7DC38180Ece403e
Octal141247334703001631610076
Binary110000110100111110111001110001100001110110011101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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