#619AC5

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

Shades of Picton Blue #619AC5

Tints of Picton Blue #619AC5

Color information

#619AC5 (or 0x619AC5) is unknown color: approx Picton Blue. HEX triplet: 61, 9A and C5. RGB value is (97,154,197). Sum of RGB (Red+Green+Blue) = 97+154+197=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 197 - color contains mainly: blue. Hex color #619AC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619AC5 is #9E653A. Grayscale: #8D8D8D. Windows color (decimal): -10380603 or 12950113. OLE color: 12950113.

HSL color Cylindrical-coordinate representation of color #619AC5: hue angle of 205.8º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #619AC5 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB97154197-
CMYK0.510.2200.23
HSL205.8º46.3%57.65%-
HSV(B)205.8º50.76%77.25%-
XYZ26.5629.6857.15-
YUV141.86159.1296-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.65%
GREEN value IS 154 (60.55% from 255) = 34.38%
BLUE value IS 197 (77.34% from 255) = 43.97%
R=21.65%
G=34.38%
B=43.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971541970.510.2200.23205.846.357.65
Hex619AC53316017ce2e3a
Octal14123230563260273165672
Binary110000110011010110001011100111011001011111001110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619AC5; }

 p { color: rgb(97,154,197); }

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

<style>
 a { background-color: #619AC5; }

 a { background-color: rgb(97,154,197); }

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

<style>
 span { border-color: #619AC5; }

 span { border-color: rgb(97,154,197); }

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