#61ABC8

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

Shades of Picton Blue #61ABC8

Tints of Picton Blue #61ABC8

Color information

#61ABC8 (or 0x61ABC8) is unknown color: approx Picton Blue. HEX triplet: 61, AB and C8. RGB value is (97,171,200). Sum of RGB (Red+Green+Blue) = 97+171+200=468 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.73% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #61ABC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABC8 is #9E5437. Grayscale: #979797. Windows color (decimal): -10376248 or 13151073. OLE color: 13151073.

HSL color Cylindrical-coordinate representation of color #61ABC8: hue angle of 196.89º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61ABC8 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB97171200-
CMYK0.520.1400.22
HSL196.89º48.36%58.24%-
HSV(B)196.89º51.5%78.43%-
XYZ29.9235.8459.98-
YUV152.18154.9888.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.73%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 200 (78.52% from 255) = 42.74%
R=20.73%
G=36.54%
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.22
SystemRedGreenBlueCMYKHSL
Decimal971712000.520.1400.22196.8948.3658.24
Hex61ABC834E016c5303a
Octal14125331064160263056072
Binary11000011010101111001000110100111001011011000101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ABC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,171,200); }

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

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

 a { background-color: rgb(97,171,200); }

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

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

 span { border-color: rgb(97,171,200); }

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