#61ABD4

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

Shades of Picton Blue #61ABD4

Tints of Picton Blue #61ABD4

Color information

#61ABD4 (or 0x61ABD4) is unknown color: approx Picton Blue. HEX triplet: 61, AB and D4. RGB value is (97,171,212). Sum of RGB (Red+Green+Blue) = 97+171+212=480 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.21% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 212 - color contains mainly: blue. Hex color #61ABD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABD4 is #9E542B. Grayscale: #999999. Windows color (decimal): -10376236 or 13937505. OLE color: 13937505.

HSL color Cylindrical-coordinate representation of color #61ABD4: hue angle of 201.39º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61ABD4 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB97171212-
CMYK0.540.1900.17
HSL201.39º57.21%60.59%-
HSV(B)201.39º54.25%83.14%-
XYZ31.3836.4267.66-
YUV153.55160.9887.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.21%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 212 (83.20% from 255) = 44.17%
R=20.21%
G=35.62%
B=44.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal971712120.540.1900.17201.3957.2160.59
Hex61ABD43613011c9393d
Octal14125332466230213117175
Binary110000110101011110101001101101001101000111001001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ABD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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