#61A6CC

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

Shades of Picton Blue #61A6CC

Tints of Picton Blue #61A6CC

Color information

#61A6CC (or 0x61A6CC) is unknown color: approx Picton Blue. HEX triplet: 61, A6 and CC. RGB value is (97,166,204). Sum of RGB (Red+Green+Blue) = 97+166+204=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #61A6CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A6CC is #9E5933. Grayscale: #959595. Windows color (decimal): -10377524 or 13411937. OLE color: 13411937.

HSL color Cylindrical-coordinate representation of color #61A6CC: hue angle of 201.31º degrees, saturation: 0.51, 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 #61A6CC is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB97166204-
CMYK0.520.1900.2
HSL201.31º51.2%59.02%-
HSV(B)201.31º52.45%80%-
XYZ29.4734.1762.17-
YUV149.7158.6490.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.77%
GREEN value IS 166 (65.23% from 255) = 35.55%
BLUE value IS 204 (80.08% from 255) = 43.68%
R=20.77%
G=35.55%
B=43.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971662040.520.1900.2201.3151.259.02
Hex61A6CC3413014c9333b
Octal14124631464230243116373
Binary110000110100110110011001101001001101010011001001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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