#61ADC8

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

Shades of Picton Blue #61ADC8

Tints of Picton Blue #61ADC8

Color information

#61ADC8 (or 0x61ADC8) is unknown color: approx Picton Blue. HEX triplet: 61, AD and C8. RGB value is (97,173,200). Sum of RGB (Red+Green+Blue) = 97+173+200=470 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.64% from 470); Green value is 173 (67.97% from 255 or 36.81% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 200 - color contains mainly: blue. Hex color #61ADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADC8 is #9E5237. Grayscale: #999999. Windows color (decimal): -10375736 or 13151585. OLE color: 13151585.

HSL color Cylindrical-coordinate representation of color #61ADC8: hue angle of 195.73º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61ADC8 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB97173200-
CMYK0.520.1400.22
HSL195.73º48.36%58.24%-
HSV(B)195.73º51.5%78.43%-
XYZ30.336.660.11-
YUV153.35154.3287.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.64%
GREEN value IS 173 (67.97% from 255) = 36.81%
BLUE value IS 200 (78.52% from 255) = 42.55%
R=20.64%
G=36.81%
B=42.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971732000.520.1400.22195.7348.3658.24
Hex61ADC834E016c4303a
Octal14125531064160263046072
Binary11000011010110111001000110100111001011011000100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,173,200); }

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

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

 a { background-color: rgb(97,173,200); }

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

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

 span { border-color: rgb(97,173,200); }

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