#61A9C6

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

Shades of Picton Blue #61A9C6

Tints of Picton Blue #61A9C6

Color information

#61A9C6 (or 0x61A9C6) is unknown color: approx Picton Blue. HEX triplet: 61, A9 and C6. RGB value is (97,169,198). Sum of RGB (Red+Green+Blue) = 97+169+198=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #61A9C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A9C6 is #9E5639. Grayscale: #969696. Windows color (decimal): -10376762 or 13019489. OLE color: 13019489.

HSL color Cylindrical-coordinate representation of color #61A9C6: hue angle of 197.23º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61A9C6 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB97169198-
CMYK0.510.1500.22
HSL197.23º46.98%57.84%-
HSV(B)197.23º51.01%77.65%-
XYZ29.3134.9958.64-
YUV150.78154.6589.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.91%
GREEN value IS 169 (66.41% from 255) = 36.42%
BLUE value IS 198 (77.73% from 255) = 42.67%
R=20.91%
G=36.42%
B=42.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971691980.510.1500.22197.2346.9857.84
Hex61A9C633F016c52f3a
Octal14125130663170263055772
Binary11000011010100111000110110011111101011011000101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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