#619FCF

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

Shades of Picton Blue #619FCF

Tints of Picton Blue #619FCF

Color information

#619FCF (or 0x619FCF) is unknown color: approx Picton Blue. HEX triplet: 61, 9F and CF. RGB value is (97,159,207). Sum of RGB (Red+Green+Blue) = 97+159+207=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #619FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FCF is #9E6030. Grayscale: #919191. Windows color (decimal): -10379313 or 13606753. OLE color: 13606753.

HSL color Cylindrical-coordinate representation of color #619FCF: hue angle of 206.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #619FCF is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97159207-
CMYK0.530.2300.19
HSL206.18º53.4%59.61%-
HSV(B)206.18º53.14%81.18%-
XYZ28.5931.8463.67-
YUV145.93162.4693.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.95%
GREEN value IS 159 (62.5% from 255) = 34.34%
BLUE value IS 207 (81.25% from 255) = 44.71%
R=20.95%
G=34.34%
B=44.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971592070.530.2300.19206.1853.459.61
Hex619FCF3517013ce353c
Octal14123731765270233166574
Binary110000110011111110011111101011011101001111001110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,159,207); }

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

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

 a { background-color: rgb(97,159,207); }

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

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

 span { border-color: rgb(97,159,207); }

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