#61ABD8

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

Shades of Picton Blue #61ABD8

Tints of Picton Blue #61ABD8

Color information

#61ABD8 (or 0x61ABD8) is unknown color: approx Picton Blue. HEX triplet: 61, AB and D8. RGB value is (97,171,216). Sum of RGB (Red+Green+Blue) = 97+171+216=484 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20.04% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #61ABD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABD8 is #9E5427. Grayscale: #999999. Windows color (decimal): -10376232 or 14199649. OLE color: 14199649.

HSL color Cylindrical-coordinate representation of color #61ABD8: hue angle of 202.69º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61ABD8 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB97171216-
CMYK0.550.2100.15
HSL202.69º60.41%61.37%-
HSV(B)202.69º55.09%84.71%-
XYZ31.8936.6370.35-
YUV154162.9887.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.04%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 216 (84.77% from 255) = 44.63%
R=20.04%
G=35.33%
B=44.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal971712160.550.2100.15202.6960.4161.37
Hex61ABD837150Fcb3c3d
Octal14125333067250173137475
Binary11000011010101111011000110111101010111111001011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ABD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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