#61AECB

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

Shades of Picton Blue #61AECB

Tints of Picton Blue #61AECB

Color information

#61AECB (or 0x61AECB) is unknown color: approx Picton Blue. HEX triplet: 61, AE and CB. RGB value is (97,174,203). Sum of RGB (Red+Green+Blue) = 97+174+203=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 174 (68.36% from 255 or 36.71% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #61AECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AECB is #9E5134. Grayscale: #9A9A9A. Windows color (decimal): -10375477 or 13348449. OLE color: 13348449.

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

Color convert

RGB97174203-
CMYK0.520.1400.20
HSL196.42º50.48%58.82%-
HSV(B)196.42º52.22%79.61%-
XYZ30.8537.1362.04-
YUV154.28155.4987.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.46%
GREEN value IS 174 (68.36% from 255) = 36.71%
BLUE value IS 203 (79.69% from 255) = 42.83%
R=20.46%
G=36.71%
B=42.83%

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
Decimal971742030.520.1400.20196.4250.4858.82
Hex61AECB34E014c4323b
Octal14125631364160243046273
Binary11000011010111011001011110100111001010011000100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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