#61A0D7

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

Shades of Picton Blue #61A0D7

Tints of Picton Blue #61A0D7

Color information

#61A0D7 (or 0x61A0D7) is unknown color: approx Picton Blue. HEX triplet: 61, A0 and D7. RGB value is (97,160,215). Sum of RGB (Red+Green+Blue) = 97+160+215=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #61A0D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A0D7 is #9E5F28. Grayscale: #939393. Windows color (decimal): -10379049 or 14131297. OLE color: 14131297.

HSL color Cylindrical-coordinate representation of color #61A0D7: hue angle of 207.97º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61A0D7 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB97160215-
CMYK0.550.2600.16
HSL207.97º59.6%61.18%-
HSV(B)207.97º54.88%84.31%-
XYZ29.7732.5969.01-
YUV147.43166.1392.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.55%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 215 (84.38% from 255) = 45.55%
R=20.55%
G=33.90%
B=45.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal971602150.550.2600.16207.9759.661.18
Hex61A0D7371A010d03c3d
Octal14124032767320203207475
Binary110000110100000110101111101111101001000011010000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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