#619DC5

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

Shades of Picton Blue #619DC5

Tints of Picton Blue #619DC5

Color information

#619DC5 (or 0x619DC5) is unknown color: approx Picton Blue. HEX triplet: 61, 9D and C5. RGB value is (97,157,197). Sum of RGB (Red+Green+Blue) = 97+157+197=451 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.51% from 451); Green value is 157 (61.72% from 255 or 34.81% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 197 - color contains mainly: blue. Hex color #619DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619DC5 is #9E623A. Grayscale: #8F8F8F. Windows color (decimal): -10379835 or 12950881. OLE color: 12950881.

HSL color Cylindrical-coordinate representation of color #619DC5: hue angle of 204º 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 #619DC5 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB97157197-
CMYK0.510.2000.23
HSL204º46.3%57.65%-
HSV(B)204º50.76%77.25%-
XYZ27.0630.6957.32-
YUV143.62158.1294.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.51%
GREEN value IS 157 (61.72% from 255) = 34.81%
BLUE value IS 197 (77.34% from 255) = 43.68%
R=21.51%
G=34.81%
B=43.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal971571970.510.2000.2320446.357.65
Hex619DC53314017cc2e3a
Octal14123530563240273145672
Binary110000110011101110001011100111010001011111001100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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