#61ACC8

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

Shades of Picton Blue #61ACC8

Tints of Picton Blue #61ACC8

Color information

#61ACC8 (or 0x61ACC8) is unknown color: approx Picton Blue. HEX triplet: 61, AC and C8. RGB value is (97,172,200). Sum of RGB (Red+Green+Blue) = 97+172+200=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 200 - color contains mainly: blue. Hex color #61ACC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ACC8 is #9E5337. Grayscale: #989898. Windows color (decimal): -10375992 or 13151329. OLE color: 13151329.

HSL color Cylindrical-coordinate representation of color #61ACC8: hue angle of 196.31º degrees, saturation: 0.48, 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 #61ACC8 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB97172200-
CMYK0.520.1400.22
HSL196.31º48.36%58.24%-
HSV(B)196.31º51.5%78.43%-
XYZ30.1136.2260.05-
YUV152.77154.6588.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.68%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 200 (78.52% from 255) = 42.64%
R=20.68%
G=36.67%
B=42.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971722000.520.1400.22196.3148.3658.24
Hex61ACC834E016c4303a
Octal14125431064160263046072
Binary11000011010110011001000110100111001011011000100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ACC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,172,200); }

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

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

 a { background-color: rgb(97,172,200); }

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

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

 span { border-color: rgb(97,172,200); }

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