#61AFCC

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

Shades of Picton Blue #61AFCC

Tints of Picton Blue #61AFCC

Color information

#61AFCC (or 0x61AFCC) is unknown color: approx Picton Blue. HEX triplet: 61, AF and CC. RGB value is (97,175,204). Sum of RGB (Red+Green+Blue) = 97+175+204=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 204 - color contains mainly: blue. Hex color #61AFCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFCC is #9E5033. Grayscale: #9A9A9A. Windows color (decimal): -10375220 or 13414241. OLE color: 13414241.

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

Color convert

RGB97175204-
CMYK0.520.1400.2
HSL196.26º51.2%59.02%-
HSV(B)196.26º52.45%80%-
XYZ31.1637.5662.73-
YUV154.98155.6686.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.38%
GREEN value IS 175 (68.75% from 255) = 36.76%
BLUE value IS 204 (80.08% from 255) = 42.86%
R=20.38%
G=36.76%
B=42.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971752040.520.1400.2196.2651.259.02
Hex61AFCC34E014c4333b
Octal14125731464160243046373
Binary11000011010111111001100110100111001010011000100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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