#61A8DE

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

Shades of Picton Blue #61A8DE

Tints of Picton Blue #61A8DE

Color information

#61A8DE (or 0x61A8DE) is unknown color: approx Picton Blue. HEX triplet: 61, A8 and DE. RGB value is (97,168,222). Sum of RGB (Red+Green+Blue) = 97+168+222=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #61A8DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A8DE is #9E5721. Grayscale: #989898. Windows color (decimal): -10376994 or 14592097. OLE color: 14592097.

HSL color Cylindrical-coordinate representation of color #61A8DE: hue angle of 205.92º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61A8DE is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB97168222-
CMYK0.560.2400.13
HSL205.92º65.45%62.55%-
HSV(B)205.92º56.31%87.06%-
XYZ32.1235.8274.33-
YUV152.93166.9888.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.92%
GREEN value IS 168 (66.02% from 255) = 34.50%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=19.92%
G=34.50%
B=45.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal971682220.560.2400.13205.9265.4562.55
Hex61A8DE38180Dce413f
Octal141250336703001531610177
Binary110000110101000110111101110001100001101110011101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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