#61A6CD

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

Shades of Picton Blue #61A6CD

Tints of Picton Blue #61A6CD

Color information

#61A6CD (or 0x61A6CD) is unknown color: approx Picton Blue. HEX triplet: 61, A6 and CD. RGB value is (97,166,205). Sum of RGB (Red+Green+Blue) = 97+166+205=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #61A6CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A6CD is #9E5932. Grayscale: #959595. Windows color (decimal): -10377523 or 13477473. OLE color: 13477473.

HSL color Cylindrical-coordinate representation of color #61A6CD: hue angle of 201.67º 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 #61A6CD is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97166205-
CMYK0.530.1900.20
HSL201.67º51.92%59.22%-
HSV(B)201.67º52.68%80.39%-
XYZ29.5934.2262.8-
YUV149.82159.1490.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.73%
GREEN value IS 166 (65.23% from 255) = 35.47%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=20.73%
G=35.47%
B=43.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971662050.530.1900.20201.6751.9259.22
Hex61A6CD3513014ca343b
Octal14124631565230243126473
Binary110000110100110110011011101011001101010011001010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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