#61A9CE

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

Shades of Picton Blue #61A9CE

Tints of Picton Blue #61A9CE

Color information

#61A9CE (or 0x61A9CE) is unknown color: approx Picton Blue. HEX triplet: 61, A9 and CE. RGB value is (97,169,206). Sum of RGB (Red+Green+Blue) = 97+169+206=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #61A9CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A9CE is #9E5631. Grayscale: #979797. Windows color (decimal): -10376754 or 13543777. OLE color: 13543777.

HSL color Cylindrical-coordinate representation of color #61A9CE: hue angle of 200.37º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61A9CE is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97169206-
CMYK0.530.1800.19
HSL200.37º52.66%59.41%-
HSV(B)200.37º52.91%80.78%-
XYZ30.2635.3763.63-
YUV151.69158.6588.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.55%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 206 (80.86% from 255) = 43.64%
R=20.55%
G=35.81%
B=43.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971692060.530.1800.19200.3752.6659.41
Hex61A9CE3512013c8353b
Octal14125131665220233106573
Binary110000110101001110011101101011001001001111001000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,169,206); }

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

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

 a { background-color: rgb(97,169,206); }

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

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

 span { border-color: rgb(97,169,206); }

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