#61A8CD

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

Shades of Picton Blue #61A8CD

Tints of Picton Blue #61A8CD

Color information

#61A8CD (or 0x61A8CD) is unknown color: approx Picton Blue. HEX triplet: 61, A8 and CD. RGB value is (97,168,205). Sum of RGB (Red+Green+Blue) = 97+168+205=470 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.64% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #61A8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A8CD is #9E5732. Grayscale: #969696. Windows color (decimal): -10377011 or 13477985. OLE color: 13477985.

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

Color convert

RGB97168205-
CMYK0.530.1800.20
HSL200.56º51.92%59.22%-
HSV(B)200.56º52.68%80.39%-
XYZ29.9534.9562.93-
YUV150.99158.4889.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.64%
GREEN value IS 168 (66.02% from 255) = 35.74%
BLUE value IS 205 (80.47% from 255) = 43.62%
R=20.64%
G=35.74%
B=43.62%

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
Decimal971682050.530.1800.20200.5651.9259.22
Hex61A8CD3512014c9343b
Octal14125031565220243116473
Binary110000110101000110011011101011001001010011001001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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