#61AFCB

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

Shades of Picton Blue #61AFCB

Tints of Picton Blue #61AFCB

Color information

#61AFCB (or 0x61AFCB) is unknown color: approx Picton Blue. HEX triplet: 61, AF and CB. RGB value is (97,175,203). Sum of RGB (Red+Green+Blue) = 97+175+203=475 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.42% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #61AFCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AFCB is #9E5034. Grayscale: #9A9A9A. Windows color (decimal): -10375221 or 13348705. OLE color: 13348705.

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

Color convert

RGB97175203-
CMYK0.520.1400.20
HSL195.85º50.48%58.82%-
HSV(B)195.85º52.22%79.61%-
XYZ31.0437.5162.1-
YUV154.87155.1686.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.42%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 203 (79.69% from 255) = 42.74%
R=20.42%
G=36.84%
B=42.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971752030.520.1400.20195.8550.4858.82
Hex61AFCB34E014c4323b
Octal14125731364160243046273
Binary11000011010111111001011110100111001010011000100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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