#61ADCD

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

Shades of Picton Blue #61ADCD

Tints of Picton Blue #61ADCD

Color information

#61ADCD (or 0x61ADCD) is unknown color: approx Picton Blue. HEX triplet: 61, AD and CD. RGB value is (97,173,205). Sum of RGB (Red+Green+Blue) = 97+173+205=475 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.42% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #61ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADCD is #9E5232. Grayscale: #999999. Windows color (decimal): -10375731 or 13479265. OLE color: 13479265.

HSL color Cylindrical-coordinate representation of color #61ADCD: hue angle of 197.78º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61ADCD is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97173205-
CMYK0.530.1600.20
HSL197.78º51.92%59.22%-
HSV(B)197.78º52.68%80.39%-
XYZ30.8936.8463.24-
YUV153.92156.8287.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.42%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=20.42%
G=36.42%
B=43.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971732050.530.1600.20197.7851.9259.22
Hex61ADCD3510014c6343b
Octal14125531565200243066473
Binary110000110101101110011011101011000001010011000110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,173,205); }

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

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

 a { background-color: rgb(97,173,205); }

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

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

 span { border-color: rgb(97,173,205); }

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