#61A1CB

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

Shades of Picton Blue #61A1CB

Tints of Picton Blue #61A1CB

Color information

#61A1CB (or 0x61A1CB) is unknown color: approx Picton Blue. HEX triplet: 61, A1 and CB. RGB value is (97,161,203). Sum of RGB (Red+Green+Blue) = 97+161+203=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #61A1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A1CB is #9E5E34. Grayscale: #929292. Windows color (decimal): -10378805 or 13345121. OLE color: 13345121.

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

Color convert

RGB97161203-
CMYK0.520.2100.20
HSL203.77º50.48%58.82%-
HSV(B)203.77º52.22%79.61%-
XYZ28.4532.3461.24-
YUV146.65159.892.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.04%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=21.04%
G=34.92%
B=44.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971612030.520.2100.20203.7750.4858.82
Hex61A1CB3415014cc323b
Octal14124131364250243146273
Binary110000110100001110010111101001010101010011001100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,161,203); }

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

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

 a { background-color: rgb(97,161,203); }

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

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

 span { border-color: rgb(97,161,203); }

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