#61A9CD

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

Shades of Picton Blue #61A9CD

Tints of Picton Blue #61A9CD

Color information

#61A9CD (or 0x61A9CD) is unknown color: approx Picton Blue. HEX triplet: 61, A9 and CD. RGB value is (97,169,205). Sum of RGB (Red+Green+Blue) = 97+169+205=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #61A9CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A9CD is #9E5632. Grayscale: #979797. Windows color (decimal): -10376755 or 13478241. OLE color: 13478241.

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

Color convert

RGB97169205-
CMYK0.530.1800.20
HSL200º51.92%59.22%-
HSV(B)200º52.68%80.39%-
XYZ30.1435.3362.99-
YUV151.58158.1589.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.59%
GREEN value IS 169 (66.41% from 255) = 35.88%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=20.59%
G=35.88%
B=43.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971692050.530.1800.2020051.9259.22
Hex61A9CD3512014c8343b
Octal14125131565220243106473
Binary110000110101001110011011101011001001010011001000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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