#61AFCF

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

Shades of Picton Blue #61AFCF

Tints of Picton Blue #61AFCF

Color information

#61AFCF (or 0x61AFCF) is unknown color: approx Picton Blue. HEX triplet: 61, AF and CF. RGB value is (97,175,207). Sum of RGB (Red+Green+Blue) = 97+175+207=479 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.25% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #61AFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFCF is #9E5030. Grayscale: #9B9B9B. Windows color (decimal): -10375217 or 13610849. OLE color: 13610849.

HSL color Cylindrical-coordinate representation of color #61AFCF: hue angle of 197.45º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61AFCF is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97175207-
CMYK0.530.1500.19
HSL197.45º53.4%59.61%-
HSV(B)197.45º53.14%81.18%-
XYZ31.5237.7164.65-
YUV155.33157.1686.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.25%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 207 (81.25% from 255) = 43.22%
R=20.25%
G=36.53%
B=43.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971752070.530.1500.19197.4553.459.61
Hex61AFCF35F013c5353c
Octal14125731765170233056574
Binary11000011010111111001111110101111101001111000101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,175,207); }

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

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

 a { background-color: rgb(97,175,207); }

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

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

 span { border-color: rgb(97,175,207); }

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