#61AFCD

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

Shades of Picton Blue #61AFCD

Tints of Picton Blue #61AFCD

Color information

#61AFCD (or 0x61AFCD) is unknown color: approx Picton Blue. HEX triplet: 61, AF and CD. RGB value is (97,175,205). Sum of RGB (Red+Green+Blue) = 97+175+205=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #61AFCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFCD is #9E5032. Grayscale: #9A9A9A. Windows color (decimal): -10375219 or 13479777. OLE color: 13479777.

HSL color Cylindrical-coordinate representation of color #61AFCD: hue angle of 196.67º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61AFCD is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97175205-
CMYK0.530.1500.20
HSL196.67º51.92%59.22%-
HSV(B)196.67º52.68%80.39%-
XYZ31.2837.6163.37-
YUV155.1156.1686.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.34%
GREEN value IS 175 (68.75% from 255) = 36.69%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=20.34%
G=36.69%
B=42.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971752050.530.1500.20196.6751.9259.22
Hex61AFCD35F014c5343b
Octal14125731565170243056473
Binary11000011010111111001101110101111101010011000101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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