Html Css Color HEX #61ABCD Picton Blue

📋 copy color: '#61ABCD'

red 97 ◦ green 171 ◦ blue 205

#61ABCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #61ABCD

Tints of Picton Blue #61ABCD

RGB

 RED value IS 97 (38.28% from 255) = 20.51%

 GREEN value IS 171 (67.19% from 255) = 36.15%

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 20.51%
G = 36.15%
B = 43.34%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#61ABCD (or 0x61ABCD) is known color: Picton Blue. HEX triplet: 61, AB and CD. RGB value is (97,171,205). Sum of RGB (Red+Green+Blue) = 97+171+205=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #61ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABCD is #9E5432. Grayscale: #989898. Windows color (decimal): -10376243 or 13478753. OLE color: 13478753.

HSL color Cylindrical-coordinate representation of color #61ABCD: hue angle of 198.89º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61ABCD is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 171 205 -
CMYK 0.53 0.17 0 0.20
HSL 198.89º 0.52% 0.59% -
HSV(B) 198.89º 0.53% 0.8% -
XYZ 30.51 36.07 63.11 -
YUV 152.75 157.48 88.24 -
System Red Green Blue C M Y K H S L
Decimal 97 171 205 0.53 0.17 0 0.20 198.89 0.52 0.59
Hex 61 AB CD 35 11 0 14 C7 34 3B
Octal 141 253 315 65 21 0 24 307 64 73
Binary 1100001 10101011 11001101 110101 10001 0 10100 11000111 110100 111011

Color Harmonies of #61ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ABCD

Black with #61ABCD

Text Example


Text Example

White with #61ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61ABCD;
 }
 .AnyTagClassName
 {
   color: #61ABCD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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