#61A8C6

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

Shades of Picton Blue #61A8C6

Tints of Picton Blue #61A8C6

Color information

#61A8C6 (or 0x61A8C6) is unknown color: approx Picton Blue. HEX triplet: 61, A8 and C6. RGB value is (97,168,198). Sum of RGB (Red+Green+Blue) = 97+168+198=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #61A8C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A8C6 is #9E5739. Grayscale: #969696. Windows color (decimal): -10377018 or 13019233. OLE color: 13019233.

HSL color Cylindrical-coordinate representation of color #61A8C6: hue angle of 197.82º 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 #61A8C6 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB97168198-
CMYK0.510.1500.22
HSL197.82º46.98%57.84%-
HSV(B)197.82º51.01%77.65%-
XYZ29.1334.6258.57-
YUV150.19154.9890.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.95%
GREEN value IS 168 (66.02% from 255) = 36.29%
BLUE value IS 198 (77.73% from 255) = 42.76%
R=20.95%
G=36.29%
B=42.76%

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
Decimal971681980.510.1500.22197.8246.9857.84
Hex61A8C633F016c62f3a
Octal14125030663170263065772
Binary11000011010100011000110110011111101011011000110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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