#61ACCB

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

Shades of Picton Blue #61ACCB

Tints of Picton Blue #61ACCB

Color information

#61ACCB (or 0x61ACCB) is unknown color: approx Picton Blue. HEX triplet: 61, AC and CB. RGB value is (97,172,203). Sum of RGB (Red+Green+Blue) = 97+172+203=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #61ACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ACCB is #9E5334. Grayscale: #989898. Windows color (decimal): -10375989 or 13347937. OLE color: 13347937.

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

Color convert

RGB97172203-
CMYK0.520.1500.20
HSL197.55º50.48%58.82%-
HSV(B)197.55º52.22%79.61%-
XYZ30.4636.3661.91-
YUV153.11156.1587.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.55%
GREEN value IS 172 (67.58% from 255) = 36.44%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=20.55%
G=36.44%
B=43.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971722030.520.1500.20197.5550.4858.82
Hex61ACCB34F014c6323b
Octal14125431364170243066273
Binary11000011010110011001011110100111101010011000110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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