#61a5d0

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

Shades of Picton Blue #61A5D0

Tints of Picton Blue #61A5D0

Color information

#61A5D0 (or 0x61A5D0) is unknown color: approx Picton Blue. HEX triplet: 61, A5 and D0. RGB value is (97,165,208). Sum of RGB (Red+Green+Blue) = 97+165+208=470 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.64% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 208 - color contains mainly: blue. Hex color #61A5D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A5D0 is #9E5A2F. Grayscale: #959595. Windows color (decimal): -10377776 or 13673825. OLE color: 13673825.

HSL color Cylindrical-coordinate representation of color #61A5D0: hue angle of 203.24º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61A5D0 is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB97165208-
CMYK0.530.2100.18
HSL203.24º54.15%59.8%-
HSV(B)203.24º53.37%81.57%-
XYZ29.7734.0164.67-
YUV149.57160.9790.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.64%
GREEN value IS 165 (64.84% from 255) = 35.11%
BLUE value IS 208 (81.64% from 255) = 44.26%
R=20.64%
G=35.11%
B=44.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal971652080.530.2100.18203.2454.1559.8
Hex61A5D03515012cb363c
Octal14124532065250223136674
Binary110000110100101110100001101011010101001011001011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61a5d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,165,208); }

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

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

 a { background-color: rgb(97,165,208); }

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

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

 span { border-color: rgb(97,165,208); }

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