#61A0DE

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

Shades of Picton Blue #61A0DE

Tints of Picton Blue #61A0DE

Color information

#61A0DE (or 0x61A0DE) is unknown color: approx Picton Blue. HEX triplet: 61, A0 and DE. RGB value is (97,160,222). Sum of RGB (Red+Green+Blue) = 97+160+222=479 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.25% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #61A0DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A0DE is #9E5F21. Grayscale: #939393. Windows color (decimal): -10379042 or 14590049. OLE color: 14590049.

HSL color Cylindrical-coordinate representation of color #61A0DE: hue angle of 209.76º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61A0DE is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97160222-
CMYK0.560.2800.13
HSL209.76º65.45%62.55%-
HSV(B)209.76º56.31%87.06%-
XYZ30.6932.9673.85-
YUV148.23169.6391.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.25%
GREEN value IS 160 (62.89% from 255) = 33.40%
BLUE value IS 222 (87.11% from 255) = 46.35%
R=20.25%
G=33.40%
B=46.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971602220.560.2800.13209.7665.4562.55
Hex61A0DE381C0Dd2413f
Octal141240336703401532210177
Binary110000110100000110111101110001110001101110100101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,160,222); }

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

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

 a { background-color: rgb(97,160,222); }

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

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

 span { border-color: rgb(97,160,222); }

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